[Pkg-javascript-commits] [dojo] 20/87: Backport of #14503 !strict
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:15 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 49aeb4d0724d4167efdb340daec9a2c5a33d8c43
Author: Kris Zyp <kriszyp at gmail.com>
Date: Mon Jan 2 21:48:57 2012 +0000
Backport of #14503 !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@27494 560b804f-0ae3-0310-86f3-f6aa0a117693
---
aspect.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aspect.js b/aspect.js
index faa149a..2d98e8e 100644
--- a/aspect.js
+++ b/aspect.js
@@ -163,7 +163,7 @@ define([], function(){
var existing = target[methodName], dispatcher;
if(!existing || existing.target != target){
// no dispatcher in place
- dispatcher = target[methodName] = function(){
+ target[methodName] = dispatcher = function(){
// before advice
var args = arguments;
var before = dispatcher.before;
--
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