Skip to content

Commit

Permalink
Remove 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Jun 5, 2018
1 parent 85e217c commit a64e67d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/make-array-from-array-like.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
'use strict';

export const makeArrayFromArrayLike = typeof Array.from === 'function' ? Array.from : Array.prototype.slice.call;

0 comments on commit a64e67d

Please sign in to comment.