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

@@ -1,7 +1,7 @@
var getNative = require('./getNative');
/** Native method references. */
var WeakMap = getNative(root, 'WeakMap');
var WeakMap = getNative(global, 'WeakMap');
/** Used to store function metadata. */
var metaMap = WeakMap && new WeakMap;