Skip to content

Commit

Permalink
[js] Add 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jul 18, 2018
1 parent a224b7a commit b0765d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/js/nqp-runtime/fiber-continuations.js
@@ -1,3 +1,4 @@
'use strict';
const op = {};
exports.op = op;

Expand Down

0 comments on commit b0765d4

Please sign in to comment.