Skip to content

Commit

Permalink
remove use strict directive
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Jun 14, 2016
1 parent f6cdf9e commit afe4acb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

/**
* Iterates over an object's keys, applying a transform function to each value.
* @param {Object} obj - the initial object
Expand Down
2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict'

const test = require('ava')
const {map, reduce, filter, forEach} = require('..')
const obj = { foo: 'bar', doge: 'wow' }
Expand Down

0 comments on commit afe4acb

Please sign in to comment.