Lines:

663:    '$=': function(nv, v) { return nv == v || nv &&
nv.endsWith(v); },
664:    '*=': function(nv, v) { return nv == v || nv &&
nv.include(v); },
665:    '$=': function(nv, v) { return nv.endsWith(v); },
666:    '*=': function(nv, v) { return nv.include(v); },

are duplicates...found in:

http://github.com/sstephenson/prototype/tree/master/src/selector.js

Didn't know if this was already noticed, if this passes the tests I
suggest removing first two instances.

--
Diego


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to