Skip to content

Commit

Permalink
Classes must use strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Nov 1, 2017
1 parent 5319fd4 commit 329289a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/server/services/route/AppRouter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
/**
* An instance of router that is provided to Apps, to mount routes into.
*/
Expand Down
2 changes: 2 additions & 0 deletions core/server/services/route/base/Router.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

var expressRouter = require('express').Router;

class Router {
Expand Down

0 comments on commit 329289a

Please sign in to comment.