Fixing plugins configuration, Device shouldn't be checked in here

This commit is contained in:
Joe Bowser
2013-11-12 14:27:09 -08:00
parent 95babc01e3
commit e5b68f4a3c
3 changed files with 2 additions and 91 deletions
+1 -9
View File
@@ -1,11 +1,3 @@
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"
]
}
]
module.exports = []
});