Skip to content

Commit

Permalink
Fix Selector#findElements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Oct 23, 2009
1 parent da3e1e3 commit 3e19f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* selector.
**/
findElements: function(rootElement) {
return Prototype.Selector.select(this.expression);
return Prototype.Selector.select(this.expression, rootElement);
},

/**
Expand Down

0 comments on commit 3e19f95

Please sign in to comment.