You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2015/07/08 12:11:45 UTC

wicket git commit: s/attrs.channel/attrs.ch/

Repository: wicket
Updated Branches:
  refs/heads/master 2505a7505 -> 6ce7cd19d


s/attrs.channel/attrs.ch/


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6ce7cd19
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6ce7cd19
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6ce7cd19

Branch: refs/heads/master
Commit: 6ce7cd19dd3e76b555203d8c26b4373d1abcd073
Parents: 2505a75
Author: Sven Meier <sv...@apache.org>
Authored: Wed Jul 8 12:11:27 2015 +0200
Committer: Sven Meier <sv...@apache.org>
Committed: Wed Jul 8 12:11:27 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6ce7cd19/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
index d5567c3..405da5f 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
@@ -1108,7 +1108,7 @@
 			this._executeHandlers(attrs.dh, attrs);
 			Wicket.Event.publish(Wicket.Event.Topic.AJAX_CALL_DONE, attrs);
 
-			Wicket.channelManager.done(attrs.channel);
+			Wicket.channelManager.done(attrs.ch);
 		},
 
 		// Adds a closure that replaces a component