-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0, 2.5.0, 2.6.0
-
Fix Version/s: 2.7.0
-
Component/s: cordova-android
-
Environment:
Cordova for Android, versions 2.4.0 and up
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.