Skip to content

Commit

Permalink
Update NWMatcher repo. Modify NWMatcher wrapper accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Apr 5, 2010
1 parent 0befd5f commit ece6e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/nwmatcher/selector_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Prototype._original_property = window.NW;

Prototype.Selector = (function(engine) {
function select(selector, scope) {
return engine.select(selector, scope || document, null, Element.extend);
return engine.select(selector, scope || document, Element.extend);
}

return {
Expand Down

0 comments on commit ece6e0e

Please sign in to comment.