Updating the JS for 2.5.0rc1

This commit is contained in:
Joe Bowser 2013-02-20 13:52:29 -08:00
parent fef51f12c6
commit 5462eddfdb

View File

@ -1,8 +1,8 @@
// Platform: android
// commit 04e4ceafdcd59cdd937e873cc9006766c1e5940a
// commit 521bbd64ed729ca76b6646d25bb01b76ee8a54b5
// File generated at :: Wed Feb 20 2013 12:58:29 GMT-0800 (PST)
// File generated at :: Wed Feb 20 2013 13:49:25 GMT-0800 (PST)
/*
Licensed to the Apache Software Foundation (ASF) under one
@ -4976,6 +4976,17 @@ module.exports = function(exportFunc) {
});
// file: lib/common/plugin/filetransfer/symbols.js
define("cordova/plugin/filetransfer/symbols", function(require, exports, module) {
var modulemapper = require('cordova/modulemapper');
modulemapper.clobbers('cordova/plugin/FileTransfer', 'FileTransfer');
modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError');
});
// file: lib/common/plugin/geolocation.js
define("cordova/plugin/geolocation", function(require, exports, module) {