Rev 218 | Rev 220 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* collection.js
- Namespaced all symbols
(TODO: Clarify namespace of all JSX constructors)
* dom.js
- Namespace clean-up
- Split into specialized modules
- Moved specialized methods to existing modules
- Added SVN keywords
* dom/css.js
- Fixed bad type references
- Fixed JSdoc
* dom/css/color.js
- Added explicit namespace declarations
* object.js
- jsx.dmsg(): Fixed return value for Opera
* regexp.js
- Fixed dynamic UCD loading, with jsx.importFrom()
- Added support for named subpatterns (like PCRE)
- Clean-up
* string.js
- Added experimental jsx.string.sscanf() implementation,
shares format specification with jsx.string.sprintf()
(some aliases removed)