Go to most recent revision | Hide changed files | Directory listing | RSS feed
Clear current filter
python.js: Fixed variables
object.js: Added JSHint instructions
math.js: Fixed comparison
enhancd2.js: Fixed comparison
enhancd2.js: Fixed variables
enhancd2.js: Fixed encoding
engine.js: Added JSHint instructions
dom.js: Fixed variables
document.js: Added JSHint instructions
document.js: Fixed comparison
document.js: Fixed bad assignment
compat.js: Added JSHint instructions for "defined but not used"
collection.js: Removed unnecessary semicolons
collection.js: Use jsx.throwThis()
array.js: Fixed invalid references
array.js: Removed unnecessary compatibility measures
object.js: Removed unnecessary compatibility measures
object.js: jsx.setErrorHandler(): Do not depend on compat layer
object.js: Use the function form of "use strict"
Merged from master
object.js: Fixed invalid code
object.js: Fixed refactoring bug in Function.prototype.extend()
object.js: Clean-up (1)
map.js: Fixed duplicate variable declaration
map.js: Use the function form of "use strict"
map.js: Fixed refactoring bug
* dom/css.js: jsx.dom.hoverImg() supports booleans for “state”
* dom/css.js: Fixed variable declarations
* map.js: Fixed duplicate variable declaration
* map.js: Use the function form of "use strict"
* map.js: Fixed refactoring bug
* dom/css.js: Removed now-superfluous JSDT support
object.js: Moved jsx.array to front
object.js: jsx.require(): Add `error' event, warn about unsupported `load' event
object.js: jsx.require: Resolve depencies by URN
object.js: Added Object.assign() (ES6), Object.extend() and Object.merge()
object.js: Added Object.values()
Added experimental DOMParser implementation
Added experimental E5X support
Added from-scratch tree widget implementation