Skip to content

Commit

Permalink
Fixes #4; Delegator.Ajax referenced 'element' instead of 'link'
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Mar 9, 2012
1 parent b1818d3 commit 71b3d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Delegators/Delegator.Ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Delegator.Ajax
selector = api.get('target');
if (selector) {
if (selector == "self") {
target = element;
target = link;
} else {
target = link.getElement(selector);
}
Expand Down

0 comments on commit 71b3d02

Please sign in to comment.