Skip to content

Commit

Permalink
move "use strict" inside clousure.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozhu authored Nov 23, 2017
1 parent 3f3142e commit 1fcc825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use strict";

(function(root) {
"use strict";

function checkInt(value) {
return (parseInt(value) === value);
Expand Down

0 comments on commit 1fcc825

Please sign in to comment.