Hi

I've just found that if I reference a class that doesn't exist the generator
doesn't give a hint, e.g. this code:

> getSomeClass: function() {
> 
> return qx.DoesNotExist;
> 
> }


Is silent, but this code:

> getSomeClass: function() {
> 
> return qx.does.not.Exist;
> 
> }


Reports that "Unknown global symbol referenced: qx.does.not".

Is this right/shall I file a bug report?

John


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to