prototype/src
Tobie Langel 206a4c824f Allow Function#argumentNames to handle line breaks between arguments. 2008-09-03 12:17:53 -07: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 Allow Function#argumentNames to handle line breaks between arguments. 2008-09-03 12:17:53 -07:00
deprecated.js Complete rewrite of the Hash class. 2007-10-13 10:55:52 +00:00
dom.js Replace all instances of foo.__proto__ by foo['__proto__'] for Caja-compliance. 2008-09-02 19:06:25 -07:00
enumerable.js prototype: Performance improvements for Enumerables. Closes #11264. 2008-03-09 06:56:03 +00:00
event.js Replace all instances of foo.__proto__ by foo['__proto__'] for Caja-compliance. 2008-09-02 19:06:25 -07: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 Add context argument to Number#times 2008-09-03 11:45:59 -07:00
prototype.js Replace all instances of foo.__proto__ by foo['__proto__'] for Caja-compliance. 2008-09-02 19:06:25 -07: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