olouvignes
21 Oct 2011, 5:03 AM
Triggered using item.setData(record.data).
sencha-touch-all-debug-w-comments.js:22810 : Uncaught TypeError: Property 'log' of object #<Object> is not a function
Fixed with :
Ext.log = function(error) { return console.error(error); }
sencha-touch-all-debug-w-comments.js:22810 : Uncaught TypeError: Property 'log' of object #<Object> is not a function
Fixed with :
Ext.log = function(error) { return console.error(error); }