[Pkg-javascript-commits] [dojo] 01/04: Refs #5174. Merge -r11568 into 1.0
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:11:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.0.1
in repository dojo.
commit 31f8f9792f13ef3f5624af1dc6d19e9e29ef5648
Author: Neil Roberts <pottedmeat at dojotoolkit.org>
Date: Fri Nov 16 16:08:44 2007 +0000
Refs #5174. Merge -r11568 into 1.0
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11569 560b804f-0ae3-0310-86f3-f6aa0a117693
---
_base/fx.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_base/fx.js b/_base/fx.js
index f7a5296..b4355a8 100644
--- a/_base/fx.js
+++ b/_base/fx.js
@@ -191,7 +191,7 @@ dojo.declare("dojo._Animation", null, {
// If true, play the animation after setting the progress.
this._stopTimer();
this._active = this._paused = true;
- this._percent = percent * 100;
+ this._percent = percent;
if(andPlay){ this.play(); }
return this; // dojo._Animation
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list