Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0, 2.5.0, 2.6.0
-
Cordova for Android, versions 2.4.0 and up
Description
On the line 2401, lib/android/cordova-2.6.0rc1.js, commit b6710914805a212bc633615ab9729a43dc2b5e73 an undefined method console.warning is used.
Being a part of code informing the user of a deprecated feature, using that feature actually breaks the app.
console.warning ought to be changed to console.warn.