Rev 159 | Rev 161 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* dhtml.js:
- Renamed `dhtml' to `dom', old property preserved for compatibility
- Moved setAttr():attrMap to dom.attrMap for re-use
- Added serializeForm() from production code
- Added dom.HTMLSerializer draft
- dom.addEventListener():
+ Now returns null or reference to added listener
+ Removed bogus on* feature test (property is undefined in Geckos
even if supported)
+ Removed bogus null assignment (no closure to break)
- dom.replaceEventListener():
+ Removed bogus on* feature test (property is undefined in Geckos
even if supported)
* object.js:
- jsx.dmsg(): Removed Firebug 0.3.x- support code
- jsx.object.addProperties(): Fixed JSdoc
- jsx.object.clone(): Removed unnecessary else statement
- jsx.tryThis(): Moved stringify() to closure
- jsx.object.isMethod():
+ Added "not thread-safe" warning
+ Fixed JSdoc
+ Fixed array (areMethods) support
- jsx.object._hasOwnProperty():
+ Now checks prototype object through constructor (if available)
- jsx.object.getProperty(): Fixed JSdoc
- Function.prototype.apply() emulation: Streamlined Object construction| Path | Blame | Diff | Log |
|---|---|---|---|
| /trunk/dhtml.js |
|
|
![]() |
| /trunk/object.js |
|
|
![]() |