oxjs/source/Ox/js
2012-05-27 22:08:08 +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 add Ox.KEYWORDS 2012-05-26 12:55:20 +02:00
Core.js use Ox.filter 2012-05-25 19:46:27 +02:00
Date.js Date.js: add the missing date argument to Ox.getTimezoneOffset (the current timezone's offset may have been different in the past); return '+0000', not '-0000', in Ox.getTimezoneOffsetString; correct a test for Ox.makeDate 2012-05-27 15:05:24 +02:00
DOM.js typo 2012-05-25 09:53:55 +02:00
Encoding.js use simplified async test syntax 2012-05-27 18:44:00 +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 Ox.noop: call the last (not the first) argument in case it is a function - this way it can be used as an async iterator 2012-05-27 18:43:12 +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