Rev 264 | Rev 266 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* General
- Prepared commit of ObjectInspector
- Updated compatibility layer (compat.js)
* ani.js
- Fixed JSdoc
* dom.js
- jsx.dom.getElemByTagName(): Use jsx_object alias consistently
- jsx.dom.createElementFromObj() supports elementType property
* dom/widgets.js
- Supports ES 5 strict mode
- Names of properties that should not be accessed from public context
are prefixed with _ (underscore)
- update():
+ Use jsx.dom.css.setStyleProperty() to handle `float' property properly
+ Fixed JSdoc
- jsx.dom.widgets.Widget.prototype.render() calls this.update() first
- Methods return `this' for possible chaining
- Added jsx.dom.widgets.Container for features cmmon to container widgets
(buttons, lists, trees)
- Added list widgets
* map.js
- Relocated jsx.object.isObject() import
* math/float.js
- Fixed gradian (gon) support
- Fixed radian/gradian JSdoc (thanks to John Stockton,
<news:yQajd4FkHTNQFwFR@invalid.uk.co.demon.merlyn.invalid>)
* object.js
- jsx.object.getDataObject(): Fixed JSdoc
* search.js
- SearchString(): Fixed isMethodType() call
* string.js
- hashCode(): Fixed JSdoc