Skip to content

Commit

Permalink
Update up to changes in es5-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 13, 2014
1 parent 7e12d38 commit 4cf167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var aFrom = require('es5-ext/array/from')
, assign = require('es5-ext/object/assign-multiple')
, assign = require('es5-ext/object/assign')
, forEach = require('es5-ext/object/for-each')
, d = require('d/d')
, autoBind = require('d/auto-bind')
Expand Down

0 comments on commit 4cf167d

Please sign in to comment.