prototype/src
Thomas Fuchs ae8d11d819 Prototype: make new insertion syntax work again on Ajax.Updater 2007-06-02 16:32:43 +00:00
..
HEADER prototype: Update HEADER to reflect new URL. 2007-01-18 22:33:49 +00:00
ajax.js Prototype: make new insertion syntax work again on Ajax.Updater 2007-06-02 16:32:43 +00:00
array.js prototype: Add Function#curry, Function#delay, Function#defer, and Function#wrap. Closes #8134. 2007-04-29 05:37:07 +00:00
base.js prototype: Refactor Element.extend and eliminate Element.extend.cache. 2007-05-12 04:32:30 +00:00
deprecated.js Prototype: Change Element.insert syntax to allow multiple positions. 2007-06-02 15:08:50 +00:00
dom.js Prototype: Fix Element.insert for null values and numeric values when defaulting to bottom 2007-06-02 16:00:47 +00:00
enumerable.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
event.js prototype: Event.findElement behaves as expected when the element passed matches the given selector. Closes #8395. 2007-05-24 07:13:55 +00:00
form.js no, really! 2007-04-28 03:53:50 +00:00
hash.js prototype: Add extra spacing so Array#toJSON and Hash#toJSON generate YAML-loadable JSON. Closes #7883. 2007-04-24 02:50:52 +00:00
prototype.js Make Prototype.ScriptFragment behave when including Prototype inline. 2007-05-18 00:44:20 +00:00
range.js prototype: Reorganize the source tree. 2007-01-18 22:24:27 +00:00
selector.js prototype: Prevent an error being thrown by $$ when #id does not exist in $$("div #id"). Closes #8325. 2007-05-18 00:51:34 +00:00
string.js Prototype: String.prototype.truncate now explicitly converts its return value into a string if no truncation takes place. This prevents possible issues with methods expecting input data that is typeof == string. 2007-05-31 22:32:25 +00:00