mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
db0a1919f3
Since we don't support Android 1.5/1.6 anymore we don't need to check to see if JSON.stringify is around as it is included in Android 2.1+. By removing this check for JSON.stringify we remove two conditional checks on each call to PhoneGap.exec. As well we get rid of 60 lines of code which are currently bloating phonegap.js.base. |
||
---|---|---|
.. | ||
accelerometer.js | ||
app.js | ||
battery.js | ||
camera.js | ||
capture.js | ||
compass.js | ||
contact.js | ||
crypto.js | ||
device.js | ||
file.js | ||
filetransfer.js | ||
geolocation.js | ||
header.txt | ||
media.js | ||
network.js | ||
notification.js | ||
phonegap.js.base | ||
position.js | ||
storage.js |