hello,
I'm trying to build a plugin that will use extjs, but when I try to import it there's a js error.
code:
$this->include_script('ext-all-debug.js');
gives:
but on line 135 is the very beginning of ExtJs definitions:
Ext.DomHelper = function(){
I have tested other libraries with the same result. I've comment all my js code, so this error occurs even with just that include line;
--
Jhonny Everson