Fix typo in selector.js.
This commit is contained in:
parent
31fe0a0328
commit
269653fd38
|
@ -450,7 +450,7 @@ Object.extend(Selector, {
|
|||
isBuggy = (el.getAttribute(propName) === value);
|
||||
el = null;
|
||||
return isBuggy;
|
||||
});
|
||||
})();
|
||||
|
||||
return PROPERTIES_ATTRIBUTES_MAP ?
|
||||
function(nodes) {
|
||||
|
|
Loading…
Reference in New Issue