mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
11 lines
281 B
JavaScript
11 lines
281 B
JavaScript
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"
|
|
]
|
|
}
|
|
]
|
|
}); |