Skip to content

Commit

Permalink
adding 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
NogsMPLS committed Feb 27, 2016
1 parent d237bfa commit 28d7a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exports.loadContext = function (callback) {
"use strict";
let context = require.context('./pages', true)
if (module.hot) {
module.hot.accept(context.id, () => {
Expand Down

0 comments on commit 28d7a68

Please sign in to comment.