I'm tryng to build both native and production application, but when i reference Ext.device on my views, build the whole project using Sencha CMD and run on my local machine it's giving me this error:
I'm using:
I already jshint all files and they are correct. Had debug and discover that the Ext.device was making the run buggy...
function C(b) {
"undefined" != typeof console && (console.error || console.log).call(console, b)
}
TypeError: Function.prototype.apply: Arguments list has wrong type
I'm using:
- Sencha CMD 5.0.0
- Touch 2.3.2
- Phonegap
- Windows 7
I already jshint all files and they are correct. Had debug and discover that the Ext.device was making the run buggy...
I just unminified the index.html and the error come from this function:
function C(b) {
"undefined" != typeof console && (console.error || console.log).call(console, b)
}
Any help will be appreciated, Best Regards
Aucun commentaire:
Enregistrer un commentaire