oxjs/source/Ox/js
2012-05-27 15:05:24 +02:00
..
Array.js remove trailing commas 2012-05-25 21:59:48 +00:00
Async.js typo 2012-05-25 11:44:25 +02:00
Collection.js update docs 2012-05-26 00:44:21 +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 remove Ox.encodeHTML and Ox.decodeHTML; move Ox.encodeHTMLEntities and Ox.decodeHTMLEntities to HTML.js 2012-05-27 12:37:09 +02:00
Fallback.js fix object stringify 2012-05-26 15:47:41 +00:00
Format.js Ox.formatDate: better tests for '%s' and '%+', fix '%s', '%Z' and '%z' 2012-05-27 15:01:22 +02:00
Function.js minor cleanup 2012-05-25 13:42:33 +02:00
Geo.js minor cleanup 2012-05-25 13:42:33 +02:00
Hash.js minor cleanup 2012-05-25 13:42:33 +02:00
HTML.js add test 2012-05-27 13:42:55 +02:00
JavaScript.js Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities 2012-05-27 12:40: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 fix Ox.replaceRegExp 2012-05-26 23:15:09 +02:00
Request.js IE fixes 2012-05-25 16:28:05 +00:00
String.js move Ox.parseURL to String.js and Ox.highlightHTML to HTML.js 2012-05-27 12:31:09 +02:00
Type.js add a test 2012-05-26 00:17:32 +02:00