Hi, I need to extend from a singleton class. Everything is well except that
in the subclass constructor I call this.base(arguments) to call the super
class constructor. And then I get the following error:

 Error: The class 'editor.controllers.AdvancedModeController' is a
singleton! It is not possible to instantiate it directly. Use the static
getInstance() method instead.

Is that a bug (I think it is)? What should I do?


-- 
Jean-Noël Rivasseau
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to