On 12/14/2011 12:17 PM, Dietrich Streifert wrote:
> Meanwhile I "solved?!?!?" the exception by moving the declaration of the
> methods "extendClass" and "getKeys" up to qx.Bootstrap (starting on line
> 64) right before method "define". Down at
> qx.Bootstrap.define("qx.Bootstrap", I replaced the definitions of
> "extendClass" and "getKeys" with:
>
>       extendClass : qx.Bootstrap.extendClass,
>       getKeys : qx.Bootstrap.getKeys,
>
> Anyway: this is the stacktrace shown in Titanium Studio:
>
>       qx.Bootstrap.define() [qx-oo-noopt.js:129]
>       (anonymous function)() [qx-oo-noopt.js:200]
>       (anonymous function)() [app.js:2]
>
> where qx-oo-noopt.js is loaded from app.js line 2.

Uh-oh, yes, this sort of makes sense. Thanks for digging into that, 
we'll have to check that...

T.


------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to