We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b0ddf commit 91fbbb9Copy full SHA for 91fbbb9
src/js/components/settings.js
@@ -5,10 +5,10 @@ var SettingsStore = require('../stores/settings');
5
6
var SettingsPage = React.createClass({
7
mixins: [
8
- Reflux.connect(SettingsStore, 'settings'),
+ Reflux.connect(SettingsStore, 'settings')
9
],
10
11
- getInitialState: function() {
+ getInitialState: function () {
12
return {
13
settings: undefined
14
};
0 commit comments