prototype/src
Andrew Dupont c691de7810 Fix the way Selector handles [pseudoclass + combinator] with no space in between. Closes #9696. [kangax, fearphage, Andrew Dupont] 2007-12-20 00:17:24 +00:00
..
HEADER Prototype: remove a slash from the HEADER comment, as this could possibly cause issues with some javascript interpreters 2007-06-28 13:56:48 +00:00
ajax.js prototype: Ensure that an Ajax.Request's parameters option can be a Hash. Closes #10172. 2007-11-29 00:24:54 +00:00
array.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
base.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
deprecated.js Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
dom.js Optimize Element#up/down/next/previous. Closes #10353. [Dylan Bruzenak, Nick Stackenburg, Andrew Dupont] 2007-12-19 23:43:48 +00:00
enumerable.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
event.js prototype: Ensure Event#fire always returns an extended event. Make Event#findElement's expression argument optional. Perf optimizations for Event#findElement. 2007-11-13 21:48:09 +00:00
form.js prototype: use Object.isUndefined where possible. 2007-11-15 21:53:15 +00:00
hash.js prototype: Remove the now redundant forked declaration of Hash#_each. 2007-11-14 11:56:15 +00:00
number.js prototype: Add some missing semicolons to the source tree. Closes #9140. 2007-08-07 19:41:13 +00:00
prototype.js * Re-enable the XPath approach in Selector for Safari 3. Falls back to the non-XPath version when it sees a problematic token. [Andrew Dupont] 2007-11-27 18:21:50 +00:00
range.js Make ObjectRange use the new Class.create syntax. 2007-10-13 11:24:23 +00:00
selector.js Fix the way Selector handles [pseudoclass + combinator] with no space in between. Closes #9696. [kangax, fearphage, Andrew Dupont] 2007-12-20 00:17:24 +00:00
string.js prototype: Don't redeclare previously declared variables. Closes #10007 2007-11-15 22:15:24 +00:00