[Pkg-javascript-commits] [dojo] 03/87: fix typo in baseless conversion on 1.7 branch, fixes #14196 !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.7.5
in repository dojo.

commit 4bfc966a9fa66e736512a376874409b77a99b321
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Thu Nov 3 00:47:09 2011 +0000

    fix typo in baseless conversion on 1.7 branch, fixes #14196 !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@26955 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 b1a42b3..b8a25d4 100644
--- a/_base/fx.js
+++ b/_base/fx.js
@@ -598,7 +598,7 @@ define(["./kernel", "./lang", "../Evented", "./Color", "./connect", "./sniff", "
 			}
 			this.curve = new PropLine(pm);
 		});
-		connect.connect(anim, "onAnimate", lang.hitch(dojo, "style", anim.node));
+		connect.connect(anim, "onAnimate", lang.hitch(style, "set", anim.node));
 		return anim; // 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