Rev 176 | Rev 178 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* collection-commented.js
- Anonymized function expressions
- Clean-up:
+ Removed bogus initialization
+ Unified bracing
+ Added missing semicolons
+ Fixed documentation comments
+ Removed JSdoc reference
+ JSdoc: Removed unnecessary tags
+ JSdoc: Fixed @returns
* httprequest-commented.js
- jsx.HTTPRequest
+ Fixed: Cannot initialize success/error listeners in constructor
- Clean-up:
+ Unified bracing
+ JSdoc: Fixed/updated IDL
+ JSdoc: Removed unnecessary tags
+ JSdoc: Fixed @return
* object-commented.js
- Updated version
- jsx.throwThis()
+ Moved arguments mapper to closure
+ Splitted operations to satisfy Opera 5/6 (for es-matrix)
- jsx.object.isMethod()
+ Fixed: Use explicit character ranges to match MemberExpression
+ Fixed: \uFFFF does not refer to a Unicode character
* regexp-commented.js
- Updated version
- Clean-up:
+ Unified bracing
+ Added missing semicolons
* string-commented.js
- Updated version
- Anonymized function expressions
- Clean-up:
+ Replaced unnecessary strict comparisons
+ Unified bracing and called function expressions
+ JSdoc: Several fixes
* test/debug-commented.js
- time()
+ Commented `debugger' keyword to satisfy Opera 5/6 (for es-matrix)