mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-5302: Massive movement to get tests working again
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
cordova.define('cordova/plugin_list', function(require, exports, module) {
|
||||
module.exports = [
|
||||
{
|
||||
"file": "plugins/org.apache.cordova.device/www/device.js",
|
||||
"id": "org.apache.cordova.device.device",
|
||||
"clobbers": [
|
||||
"device"
|
||||
]
|
||||
}
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user