Skip to content

Commit

Permalink
Explicit strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Dec 18, 2017
1 parent ea213ce commit bfe2eb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/com.js
@@ -1,3 +1,5 @@
"use strict";

const Emitter = require("events");

function Mock(path, options, openCallback) {
Expand Down
1 change: 1 addition & 0 deletions lib/firmata.js
@@ -1,3 +1,4 @@
"use strict";
// Global Environment Dependencies
/* istanbul ignore if */
/* jshint -W079 */
Expand Down
2 changes: 2 additions & 0 deletions test/unit/firmata.test.js
@@ -1,3 +1,5 @@
"use strict";

require("../common/bootstrap");

// Test specific internals
Expand Down

0 comments on commit bfe2eb9

Please sign in to comment.