Skip to content

Commit 1f07d98

Browse files
author
Emmanouil Konstantinidis
committed
Fix jscs
1 parent 1abcfe3 commit 1f07d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"devDependencies": {
115115
"electron-packager": "=4.1.2",
116116
"electron-prebuilt": "=0.27.1",
117-
"esprima-fb": "^15001.1.0-dev-harmony-fb",
117+
"esprima-fb": "=15001.1.0-dev-harmony-fb",
118118
"grunt": "=0.4.5",
119119
"grunt-contrib-clean": "=0.6.0",
120120
"grunt-contrib-copy": "=0.8.0",

src/js/stores/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var apiRequests = require('../utils/api-requests');
99
var NotificationsStore = Reflux.createStore({
1010
listenables: Actions,
1111

12-
init: function() {
12+
init: function () {
1313
this._notifications = [];
1414
},
1515

0 commit comments

Comments
 (0)