Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/docs

This commit is contained in:
Kyle Shockey
2017-12-04 20:38:09 -08:00
130 changed files with 3610 additions and 24305 deletions

View File

@@ -294,8 +294,7 @@ export default class Store {
getMapStateToProps() {
return () => {
let obj = Object.assign({}, this.getSystem())
return obj
return Object.assign({}, this.getSystem())
}
}