Skip to content

Commit

Permalink
Merge pull request #30 from canjs/landscaper/4217-use-strict
Browse files Browse the repository at this point in the history
Adds use strict. Fixes canjs/canjs#4217
  • Loading branch information
chasenlehara authored Jul 4, 2018
2 parents 42dc2b8 + 04c296b commit 0045989
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6,978 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"phantom": true,
"node": true,
"esversion": 6,
"laxcomma": true
"laxcomma": true,
"validthis": true
}
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 can-define-stream-kefir.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
var namespace = require('can-namespace');
var canDefineStream = require('can-define-stream');
var canStreamKefir = require('can-stream-kefir');
Expand Down
Loading

0 comments on commit 0045989

Please sign in to comment.