prototype/src
Andrew Dupont a1d89b4503 Fixed a faulty variable assignment, the result of my own idiocy last week. 2008-04-04 12:55:59 -05: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 Make Ajax.Request#isSameOrigin JavaScript Lint compliant. Backport fix to 1.5.1.2. 2008-01-24 03:02:34 +00:00
array.js Fix "function $A" declaration inside of a conditional (confuses IE). Fixes #10882. [Jacco, Andrew Dupont] 2008-01-22 23:36:47 +00:00
base.js prototype: Make Object.isArray correctly identify arrays created in another frame. Closes #10374. 2008-01-24 01:33:28 +00:00
deprecated.js Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
dom.js Fix issue where Safari improperly reports an element as a descendant of itself. 2008-03-30 21:02:47 -05:00
enumerable.js prototype: Performance improvements for Enumerables. Closes #11264. 2008-03-09 06:56:03 +00:00
event.js Fixed a faulty variable assignment, the result of my own idiocy last week. 2008-04-04 12:55:59 -05:00
form.js Roll back the fix for #9609, since it does not work in Opera. Instead, avoid using "valueOf" or "toString" as field names in forms. 2008-01-25 18:54:22 +00:00
hash.js prototype: Prevent Hash#toQueryString from serializing objets. 2008-03-19 13:01:47 +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 Added Prototype.BrowserFeatures.SelectorsAPI boolean. 2008-03-29 22:21:58 -05:00
range.js Make ObjectRange use the new Class.create syntax. 2007-10-13 11:24:23 +00:00
selector.js Fix parentheses. 2008-03-31 13:58:10 -05:00
string.js prototype: Refactor String#escapeHTML to avoid using the with statement. 2008-03-16 19:08:34 +00:00