Fix Selector#findElements.
This commit is contained in:
parent
da3e1e361e
commit
3e19f959a2
|
@ -25,7 +25,7 @@
|
|||
* selector.
|
||||
**/
|
||||
findElements: function(rootElement) {
|
||||
return Prototype.Selector.select(this.expression);
|
||||
return Prototype.Selector.select(this.expression, rootElement);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue