oxjs/source/Ox/js
2012-05-21 22:10:51 +02:00
..
Array.js in Ox.api, use Ox.indexOf, not Ox.getIndex; faster Ox.merge 2012-05-21 22:10:51 +02:00
Collection.js fix a type check in Ox.sum 2012-05-19 13:38:49 +04:00
Color.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
Constants.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
Core.js use 'this', not 'window', as global object; allow for Ox.break in Ox.loop 2012-05-21 22:05:49 +02:00
Date.js minor changes 2012-05-21 21:24:06 +02:00
DOM.js Ox.$: return undefined for non-existing attributes (like jQuery); fix a wrong 'this' reference 2012-05-19 13:16:04 +04:00
Encoding.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
Fallback.js add Function.js, some updates in OxJS 2012-01-07 12:50:02 +05:30
Format.js make Ox.reverse() work for arrays 2012-04-02 23:11:56 +02:00
Function.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
Geo.js remove some unused geo objects 2012-04-11 22:37:20 +02:00
Hash.js Hash.js, minor formatting changes 2012-03-29 10:26:02 +00:00
HTML.js support h1-h6, fixes #516 2012-02-18 15:40:41 +00:00
JavaScript.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
Math.js improve implementation and documentation of Ox.divideInt 2012-04-06 02:43:41 +02:00
Object.js in Ox.extend, use Ox.slice; add includePrototype argument to Ox.methods 2012-05-21 22:04:22 +02:00
RegExp.js add Ox.escapeRegExp 2012-05-19 10:36:02 +04:00
Request.js swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call 2012-05-19 12:40:59 +04:00
String.js make Ox.reverse() work for arrays 2012-04-02 23:11:56 +02:00
Type.js Ox.isNumber: update tests 2012-05-19 13:14:38 +04:00