Hi,

there is a type in the current svn
here is a patch to fix it:

Index: class/qx/ui/form/Spinner.js
===================================================================
--- class/qx/ui/form/Spinner.js (Revision 18978)
+++ class/qx/ui/form/Spinner.js (Arbeitskopie)
@@ -789,7 +789,7 @@
      */
     setMax: function(max) {
       qx.log.Logger.deprecatedMethodWarning(arguments.callee, "Please 
use the maximum property instead.");
-      this.setMaxiumum(max);
+      this.setMaximum(max);
     },



thanks
Marcel

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to