Go to most recent revision | Show changed files | Directory listing | RSS feed
* object.js - jsx.array.from()/Array.from(): + Changed parameter list so that builder is optional + Can be used with host objects - Fixed JSdoc
* python.js: Refactored to Module pattern
* map.js: Refactored to Module pattern
* array.js - jsx.array.pop() uses object's pop() if available - Added jsx.array.uniq() and .uniqStr() - Clean-up
* regexp.js: jsx.regexp.RegExp._exec(): Fixed JSdoc
* regexp.js: Fixed: Missing named subpattern support with exec() when not in Unicode mode
* object.js - jsx.throwThis(): Fixed: throws undefined if string argument - jsx.importOnce(): Fixed typo - Added/fixed JSdoc for JSDT validator - Continued refactoring to module pattern
* dom/timeout.js: Fixed: run() does not cancel running timeout (thanks to Douglas Reiser <d.reiser@outlook.de> for reporting)
* dom/widgets.js - Completed module pattern - Added CheckboxList widget
* object.js: jsx.throwThis(): Fixed Array argument handling
* dom.js: Added long names for common DOM methods, to ease migration
Fixed SVN keywords
* dom/widgets.js - Minor optimizations - Fixed JSdoc
* array.js: Fixed JSdoc
* array.js: Refactored to Module Pattern
* array.js: Added jsx.array.createFilter()
* dom/geocoding.js - jsx.dom.geocoding.GeocoderStatus.setProperties() only set defined properties - jsx.dom.geocoding.geocode(): + Added options: startFromLast, dontOverwrite + Simplified error handling - Fixed JSdoc
* object.js: Unified code style of ?: operator
Added UnicodeData.txt
* UnicodeData.js: Defined only property classes that are not built into regexp.js
←Prev12Next→
Show All