##// END OF EJS Templates
s/flaot/float
Jonathan Frederic -
Show More
@@ -25,7 +25,7 b' class FloatRangeWidget(DOMWidget):'
25
25
26 # Keys
26 # Keys
27 keys = ['value', 'step', 'max', 'min', 'disabled', 'orientation', 'description'] + DOMWidget.keys
27 keys = ['value', 'step', 'max', 'min', 'disabled', 'orientation', 'description'] + DOMWidget.keys
28 value = Float(0.0, help="Flaot value")
28 value = Float(0.0, help="Float value")
29 max = Float(100.0, help="Max value")
29 max = Float(100.0, help="Max value")
30 min = Float(0.0, help="Min value")
30 min = Float(0.0, help="Min value")
31 disabled = Bool(False, help="Enable or disable user changes")
31 disabled = Bool(False, help="Enable or disable user changes")
General Comments 0
You need to be logged in to leave comments. Login now