oxjs/source/Ox/js
2012-09-03 22:14:08 +02:00
..
Array.js In Ox.api, add a map option {key: fn(value, object)}, value being object[key], so that the sort value can depend on other keys; Ox.sortBy is updated to use getSortValue (cached sort value of mapped value) instead of getSortValues (precomputed mapped sort value per value, which is no longer unique) 2012-09-03 22:11:25 +02:00
Async.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Collection.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Color.js make Ox.rgb always return integers 2012-06-24 17:41:27 +02:00
Constants.js remove an onload dependency 2012-09-03 21:59:53 +02:00
Core.js fix Ox.localStorage for Firefox 3.6 2012-07-05 19:48:20 +02:00
Date.js use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
DOM.js add useCapture argument to addEventListener, not optional in FF 3.6 2012-07-05 19:50:01 +02:00
Encoding.js in documentation use foo, not <code>foo</code> 2012-06-02 13:06:44 +02:00
Format.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Function.js In Ox.cache (which is now called onload in Array.js to cache getSortValue), remove dependency on Ox.extend (which would depend on Ox.forEach) 2012-09-03 22:14:08 +02:00
Geo.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Hash.js minor cleanup 2012-06-11 23:45:37 +02:00
HTML.js remove an onload dependency 2012-09-03 21:11:57 +02:00
JavaScript.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Math.js Ox.divideInt -> Ox.splitInt 2012-06-25 16:43:03 +02:00
Object.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Polyfill.js remove Ox.polyfill.localStorage 2012-07-05 19:47:33 +02:00
RegExp.js simplify escapeRegExp regexp 2012-05-29 12:59:41 +02:00
Request.js update documentation for request methods 2012-07-03 23:55:05 +02:00
String.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Type.js remove Ox.Break 2012-07-05 10:58:08 +02:00