mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var getNative = require('./getNative');
|
||||
|
||||
/** Native method references. */
|
||||
var WeakMap = getNative(global, 'WeakMap');
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
module.exports = metaMap;
|
||||
Reference in New Issue
Block a user