Sencha-touch-2.1.0-rc1 Object [object Object] has no method 'link'
Hi Guys,
I am trying to update to 2.1.0 but I get the following error when I load my app:
"Uncaught TypeError: Object [object Object] has no method 'link'"
It is in src\Container.js, line number 494:
this.link('bodyElement', this.innerElement.wrap({http://www.sencha.com/forum/chrome-d.../errorIcon.pngUncaught TypeError: Object [object Object] has no method 'link'
cls: 'x-body'
}));
This does not occur on the previous version. "this" is the viewport class.
Any ideas how to resolve this?
Kind regards,
John