Skip to content

Commit

Permalink
Adds use strict. Fixes canjs/canjs#4217
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Sanders authored and Austin Sanders committed Jun 27, 2018
1 parent a461bef commit d758c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var stealTools = require("steal-tools");

stealTools.export({
Expand Down
1 change: 1 addition & 0 deletions helpers/-make-delegate-event-tree.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var KeyTree = require('can-key-tree');
var canReflect = require('can-reflect');

Expand Down

0 comments on commit d758c67

Please sign in to comment.