.. |
Array.js
|
fix Ox.sort so that it handles multiple numbers
|
2012-04-24 10:47:18 +00:00 |
Collection.js
|
update Collection.js: for functions, make Ox.len return undefined and Ox.isEmpty return false
|
2012-05-19 12:06:49 +04:00 |
Color.js
|
don't mutate values passed to Ox.rgb and Ox.hsl
|
2011-11-30 15:33:49 +01:00 |
Constants.js
|
add Ox.STACK_SIZE
|
2012-05-19 12:10:41 +04:00 |
Core.js
|
add documentation stubs
|
2012-05-21 12:38:18 +02:00 |
Date.js
|
make Ox.getTime accept utc parameter
|
2012-02-25 13:04:18 +05:30 |
DOM.js
|
fix type check in Ox.$
|
2012-05-19 12:15:28 +04:00 |
Encoding.js
|
misc updates to ox.js
|
2012-01-04 13:12:48 +05:30 |
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
|
add Ox.identity
|
2012-05-19 12:09:48 +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
|
make Ox.doc accept multiple files
|
2012-04-09 10:39:02 +02:00 |
Math.js
|
improve implementation and documentation of Ox.divideInt
|
2012-04-06 02:43:41 +02:00 |
Object.js
|
minor changes, mostly documentation
|
2012-03-30 14:11:29 +00:00 |
RegExp.js
|
add Ox.escapeRegExp
|
2012-05-19 10:36:02 +04:00 |
Request.js
|
dont loop over files twice
|
2012-04-19 14:19:57 +02:00 |
String.js
|
make Ox.reverse() work for arrays
|
2012-04-02 23:11:56 +02:00 |
Type.js
|
base Ox.typeOf on Object.prototype.toString, add Ox.checkType, Ox.isInt and Ox.isPrimitive
|
2012-05-19 12:15:04 +04:00 |