PDA

View Full Version : unminified/debug versions of non-core js files?


devnull
09-06-2007, 12:12 PM
Are there debug or unminified versions of the "support" js files? In this case specifically, ext-base.js.
Something I am doing in my code is causing a function in that file to blow up and i cant trace it to figure out why.

tryanDLS
09-06-2007, 12:34 PM
The minified ext-base.js is a combination of source\core\ext.js and source\adapter\ext-base.js

devnull
09-06-2007, 12:58 PM
Thanks a bunch, that's just what i needed.