oxjs/source/Ox/js
2013-07-09 14:30:35 +00:00
..
Array.js Ox.sort: handle thousand separators 2013-02-03 12:44:40 +05:30
Async.js add Ox.queue 2013-07-09 14:28:23 +00:00
Collection.js add Ox.numberOf: sugar for Ox.len(Ox.filter(collection, test)) 2013-05-26 11:50:37 +02:00
Color.js make Ox.rgb always return integers 2012-06-24 17:41:27 +02:00
Constants.js support loading Ox.js?\d+ to get new version 2013-05-31 21:16:24 +00:00
Core.js remove unused function in Ox.load 2013-05-09 20:12:32 +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 Ox..toggleClass() method 2013-01-08 11:51:12 +01:00
Encoding.js in documentation use foo, not <code>foo</code> 2012-06-02 13:06:44 +02:00
Format.js fix syntax error and add missing space in test results (formatDate, localized dates) 2013-05-25 14:23:12 +02:00
Function.js Ox.cache async should call callback always async 2013-07-09 14:29:14 +00:00
Geo.js some more tabs to spaces 2013-06-02 22:19:36 +02:00
Hash.js minor cleanup 2012-06-11 23:45:37 +02:00
HTML.js some more tabs to spaces 2013-06-02 22:19:36 +02:00
JavaScript.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Locale.js fix Ox.setLocale 2013-05-09 22:35:40 +02:00
Math.js Ox.divideInt -> Ox.splitInt 2012-06-25 16:43:03 +02:00
Object.js update tests 2013-02-18 12:43:59 +05:30
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 fix Ox.getAsync 2013-05-09 22:32:19 +02:00
String.js update test 2013-04-26 12:26:19 +02:00
Type.js remove Ox.Break 2012-07-05 10:58:08 +02:00
Video.js add Ox.getVideoInfo, move Ox.UI.getVideoFormat to Ox.getVideoFormat 2013-07-09 14:30:35 +00:00