oxjs/source/Ox/js
2012-07-03 23:55:05 +02:00
..
Array.js update about, fix Ox.find docs 2012-07-03 00:54:37 +02:00
Async.js comment out example scripts 2012-06-24 15:34:19 +02:00
Collection.js fix Ox.clone(0, deep) 2012-06-24 15:32:35 +02:00
Color.js make Ox.rgb always return integers 2012-06-24 17:41:27 +02:00
Constants.js remove unneeded constants 2012-06-04 11:49:27 +02:00
Core.js remove unneccessary closure 2012-06-26 03:14:35 +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 update Ox.formatUnit 2012-07-02 16:19:36 +02:00
Function.js minor cleanup 2012-06-21 13:47:52 +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 Ox.parseMarkdown: don't make replacements inside code spans/blocks; Ox.sanitizeHTML: add (failing) test; remove unneccessary escaping inside [] in regular expressions 2012-06-24 15:37:46 +02:00
JavaScript.js remove print statement 2012-06-27 13:21:28 +02:00
Math.js Ox.divideInt -> Ox.splitInt 2012-06-25 16:43:03 +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 update documentation for request methods 2012-07-03 23:55:05 +02:00
String.js fix test result 2012-06-20 22:11:05 +02:00
Type.js move Ox.isEmpty from Collection.js to Type.js 2012-06-18 19:10:41 +02:00