Search and Top Navigation
Ticket #4432: allow_animated_value_calls.diff
File allow_animated_value_calls.diff, 0.4 KB (added by yourcelf, April 03, 2009 07:14PM UTC)
Index: ui/ui.slider.js
===================================================================
--- ui/ui.slider.js (revision 2435)
+++ ui/ui.slider.js (working copy)
@@ -395,10 +395,10 @@
this._trigger("change", event, uiHash);
},
- value: function(newValue) {
+ value: function(newValue, animated) {
if (arguments.length) {
- this._setData("value", newValue);
+ this._setData("value", newValue, animated);
this._change(null, 0);
}
Download in other formats:
Original Format
File allow_animated_value_calls.diff, 0.4 KB (added by yourcelf, April 03, 2009 07:14PM UTC)
Index: ui/ui.slider.js
===================================================================
--- ui/ui.slider.js (revision 2435)
+++ ui/ui.slider.js (working copy)
@@ -395,10 +395,10 @@
this._trigger("change", event, uiHash);
},
- value: function(newValue) {
+ value: function(newValue, animated) {
if (arguments.length) {
- this._setData("value", newValue);
+ this._setData("value", newValue, animated);
this._change(null, 0);
}