Bump to v3.9.1.

This commit is contained in:
jdalton
2015-05-19 13:50:30 -07:00
parent f84f83a4a5
commit b6f9660ab0
8 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ var cachePush = require('./cachePush'),
getNative = require('./getNative');
/** Native method references. */
var Set = getNative(root, 'Set');
var Set = getNative(global, 'Set');
/* Native method references for those with the same name as other `lodash` methods. */
var nativeCreate = getNative(Object, 'create');