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 1abcfe3 commit 1f07d98Copy full SHA for 1f07d98
package.json
@@ -114,7 +114,7 @@
114
"devDependencies": {
115
"electron-packager": "=4.1.2",
116
"electron-prebuilt": "=0.27.1",
117
- "esprima-fb": "^15001.1.0-dev-harmony-fb",
+ "esprima-fb": "=15001.1.0-dev-harmony-fb",
118
"grunt": "=0.4.5",
119
"grunt-contrib-clean": "=0.6.0",
120
"grunt-contrib-copy": "=0.8.0",
src/js/stores/notifications.js
@@ -9,7 +9,7 @@ var apiRequests = require('../utils/api-requests');
9
var NotificationsStore = Reflux.createStore({
10
listenables: Actions,
11
12
- init: function() {
+ init: function () {
13
this._notifications = [];
14
},
15
0 commit comments