Fix typo in selector.js.

This commit is contained in:
Andrew Dupont 2009-06-01 16:25:32 -05:00
parent 31fe0a0328
commit 269653fd38
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ Object.extend(Selector, {
isBuggy = (el.getAttribute(propName) === value);
el = null;
return isBuggy;
});
})();
return PROPERTIES_ATTRIBUTES_MAP ?
function(nodes) {