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

@@ -14,7 +14,7 @@ var objectProto = Object.prototype;
var objToString = objectProto.toString;
/** Native method references. */
var Uint8Array = getNative(root, 'Uint8Array');
var Uint8Array = getNative(global, 'Uint8Array');
/**
* Checks if `value` is classified as a `Function` object.