oxjs/source/Ox/js
2012-05-27 23:17:40 +02:00
..
Array.js remove trailing commas 2012-05-25 21:59:48 +00:00
Async.js remove print statement, make slow tests faster 2012-05-27 18:46:59 +02:00
Collection.js when passing an array to Ox.values, return a clone, not the original array 2012-05-27 22:08:08 +02:00
Color.js rename vars; add tests 2012-05-25 09:35:20 +02:00
Constants.js remove Ox.TYPES 2012-05-27 22:09:52 +02:00
Core.js use Ox.filter 2012-05-25 19:46:27 +02:00
Date.js add a fixme and a semicolon 2012-05-27 23:17:02 +02:00
DOM.js re-order methods 2012-05-27 23:17:40 +02:00
Encoding.js fix a potential bug in Ox.decodeBase32 2012-05-27 23:16:35 +02:00
Fallback.js add missing semicolons 2012-05-27 21:33:36 +02:00
Format.js move Ox.parseDuration to String.js 2012-05-27 16:53:23 +02:00
Function.js add tests 2012-05-27 23:14:59 +02:00
Geo.js fix Ox.isEqual(-0, +0), update tests 2012-05-27 18:59:40 +02:00
Hash.js minor cleanup 2012-05-25 13:42:33 +02:00
HTML.js improve test 2012-05-27 21:32:08 +02:00
JavaScript.js in Ox.doc, fix item.line; in Ox.tokenize, make line and column start at 1, not 0 2012-05-27 21:53:02 +02:00
Math.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
Object.js IE fixes 2012-05-25 16:28:05 +00:00
RegExp.js add test 2012-05-27 18:41:14 +02:00
Request.js IE fixes 2012-05-25 16:28:05 +00:00
String.js move Ox.parseDuration to String.js 2012-05-27 16:51:49 +02:00
Type.js fix Ox.isEqual(-0, +0), update tests 2012-05-27 18:59:40 +02:00