Skip to content

Commit 1ba5387

Browse files
Fix spinner event in example
1 parent b449d81 commit 1ba5387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h3 id="slider_examples">Slider Modifications</h3>
671671
spin: function(e,ui){ // spin events
672672
tp_inst.control.value(tp_inst, obj, unit, ui.value);
673673
tp_inst._onTimeChange();
674-
//tp_inst._onSelectHandler();
674+
tp_inst._onSelectHandler();
675675
}
676676
});
677677
return obj;

0 commit comments

Comments
 (0)