Skip to content

Commit

Permalink
[lint] add missing 'use strict' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 16, 2015
1 parent 61c73ca commit c6e098e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getCollectionsForEach.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

module.exports = function () {
var mapForEach = (function () {
if (typeof Map !== 'function') { return null; }
Expand Down

0 comments on commit c6e098e

Please sign in to comment.