.. |
Array.js
|
fix a bug in sort/sortBy
|
2012-06-19 21:29:16 +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
|
change the semantics of Ox.load to call back once the DOM is ready - which wasn't the case when calling Ox.load(callback) in the built version
|
2012-06-22 15:02:38 +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
|
Ox.formatRoman: add test
|
2012-06-20 12:03:10 +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
|
Ox.test: fix docs
|
2012-06-24 19:11:59 +02:00 |
Math.js
|
add Ox.hypot
|
2012-06-21 13:39:19 +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
|
fix docs
|
2012-06-23 12:46:41 +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 |