Ticket #3500: 3500.ui.progressbar.js.patch
File 3500.ui.progressbar.js.patch, 410 bytes (added by , 13 years ago) |
---|
-
(a) d:/Subversion/jQuery vs. (b) C:/Documents
a b 66 66 this.options.value = value; 67 67 this._refreshValue(); 68 68 this._trigger('change', null, {}); 69 (this._value() == this._valueMax()) && this._trigger('end', null, {});70 69 break; 71 70 } 72 71