[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Mon Jan 16 19:26:16 CET 2006


SVN commit 498966 by staikos:

typo


 M  +2 -2      bind_axis.h  


--- trunk/extragear/graphics/kst/kst/extensions/js/bind_axis.h #498965:498966
@@ -58,8 +58,8 @@
     KJS::Value scaleExpression(KJS::ExecState *exec, const KJS::List& args);
     /* @method scaleRange
        @description Sets the scale mode to Fixed and sets the range.
-       @arg string min The value for the minimum of the scale.
-       @arg string max The value for the maximum of the scale.
+       @arg number min The value for the minimum of the scale.
+       @arg number max The value for the maximum of the scale.
     */
     KJS::Value scaleRange(KJS::ExecState *exec, const KJS::List& args);
 


More information about the Kst mailing list