[prototype] http://bit.ly/QvuSn Andrew Dupont - Remove old lines from class.js.
[prototype] http://bit.ly/NieTx Andrew Dupont - Minor PDoc corrections.
[prototype] http://bit.ly/YnU7s Andrew Dupont - Null out references to elements in cache on page unload. Need this in addition to the Ev ...
[prototype] http://bit.ly/jC7d Andrew Dupont - Ensure `toString` and `valueOf` properties are copied to a subclass only when necessary i ...
[prototype] http://bit.ly/OSd07 Andrew Dupont - Removed two incorrect string tests.
[prototype] http://bit.ly/DxAHs Andrew Dupont - Corrected a regex that was not picking up on attributes with hyphens.
[prototype] http://bit.ly/VHFtq Andrew Dupont - Added PDoc for form.js.
[prototype] http://bit.ly/zsSGA Andrew Dupont - Added PDoc for event.js.
[prototype] http://bit.ly/7sIm Andrew Dupont - Added PDoc for dom.js.
[prototype] http://bit.ly/T7sJs Andrew Dupont - More PDoc additions.
[prototype] http://bit.ly/2O2AF Andrew Dupont - Add "doc" directory to .gitignore.
[prototype] http://bit.ly/2m1JLX Andrew Dupont - Added/corrected some PDoc.
[prototype] http://bit.ly/pbjsl Andrew Dupont - Make sure `getAttribute` is used without flag when accessing the "type" attribute of an ...
[prototype] http://bit.ly/rH3xM Andrew Dupont - String#gsub should escape RegExp metacharacters when the first argument is a string. [#4 ...
[prototype] http://bit.ly/7O6ak Andrew Dupont - Fix order of replacement in String#unescapeHTML [#544 state:resolved] (SWeini, kangax)
[prototype] http://bit.ly/6DzQ8 Andrew Dupont - Fix issue where a Selector query rooted on a node that had not been attached to the docu ...
[prototype] http://bit.ly/AbUVu Andrew Dupont - Fix Selector to match elements with attributes containing hyphens. [#285 state:resolved] ...
[prototype] http://bit.ly/BEmL3 Andrew Dupont - Make sure Form.reset always returns a reference to the receiver element. [#309 state:res ...
[prototype] http://bit.ly/xOBCg Andrew Dupont - Escape ":" and "." characters when doing contextual CSS selection in browsers that suppo ...
[prototype] http://bit.ly/10DoS1 Andrew Dupont - Removed redundant lines in selector.js. [#138 state:resolved] (Richard Quadling)