oxjs/source/Ox/js
2012-06-18 19:11:17 +02:00
..
Array.js use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
Async.js make Ox.forEach(object...) return a number; remove Ox.setPropertyOnce; move Ox.last to Array.js; update documentation and tests 2012-06-02 16:08:01 +02:00
Collection.js move Ox.isEmpty from Collection.js to Type.js 2012-06-18 19:10:41 +02:00
Color.js change the signature of Ox.pad to match Ox.truncate 2012-06-04 11:08:38 +02:00
Constants.js remove unneeded constants 2012-06-04 11:49:27 +02:00
Core.js Ox.load: allow for passing array of modules 2012-06-17 15:56:13 +02:00
Date.js use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
DOM.js in documentation use foo, not <code>foo</code> 2012-06-02 13:06:44 +02:00
Encoding.js in documentation use foo, not <code>foo</code> 2012-06-02 13:06:44 +02:00
Format.js avoid loop 2012-06-18 09:14:45 +02:00
Function.js improved test 2012-05-28 15:52:27 +02:00
Geo.js fix Ox.isEqual(-0, +0), update tests 2012-05-27 18:59:40 +02:00
Hash.js minor cleanup 2012-06-11 23:45:37 +02:00
HTML.js move Ox.stripTags from String.js to HTML.js 2012-06-18 19:11:17 +02:00
JavaScript.js typo 2012-06-14 16:45:49 +02:00
Math.js use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
Object.js in documentation use foo, not <code>foo</code> 2012-06-02 13:06:44 +02:00
Polyfill.js add atob and btoa polyfills 2012-06-15 10:39:22 +02:00
RegExp.js simplify escapeRegExp regexp 2012-05-29 12:59:41 +02:00
Request.js Requests.js: handle errors, various other improvements 2012-06-17 15:36:55 +02:00
String.js move Ox.stripTags from String.js to HTML.js 2012-06-18 19:11:17 +02:00
Type.js move Ox.isEmpty from Collection.js to Type.js 2012-06-18 19:10:41 +02:00