.. |
Array.js
|
use markdown
|
2012-05-30 13:34:57 +02:00 |
Async.js
|
remove print statement, make slow tests faster
|
2012-05-27 18:46:59 +02:00 |
Collection.js
|
add second parameter to Ox.count
|
2012-05-31 00:48:55 +02:00 |
Color.js
|
rename vars; add tests
|
2012-05-25 09:35:20 +02:00 |
Constants.js
|
remove Ox.TYPES
|
2012-05-27 22:09:52 +02:00 |
Core.js
|
throw warning, not error, when returning false from Ox.forEach or Ox.loop
|
2012-05-30 19:25:18 +02:00 |
Date.js
|
add a fixme and a semicolon
|
2012-05-27 23:17:02 +02:00 |
DOM.js
|
minor fixes
|
2012-05-31 00:47:57 +02:00 |
Encoding.js
|
fix a potential bug in Ox.decodeBase32
|
2012-05-27 23:16:35 +02:00 |
Format.js
|
move Ox.parseDuration to String.js
|
2012-05-27 16:53:23 +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-05-25 13:42:33 +02:00 |
HTML.js
|
refactor HTML module; add functionality to Ox.parseMarkdown; add tests
|
2012-05-31 00:47:19 +02:00 |
JavaScript.js
|
remove a print statement
|
2012-06-02 11:19:33 +02:00 |
Math.js
|
use native ''.trim; rename vars
|
2012-05-25 14:32:17 +02:00 |
Object.js
|
add alternative signature to Ox.extend
|
2012-05-31 12:35:09 +02:00 |
Polyfill.js
|
add localStorage to polyfills; slightly refactor Ox.localStorage; remove whitespace; update example
|
2012-05-30 16:21:07 +02:00 |
RegExp.js
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +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
|
add Ox.isError, add tests
|
2012-05-30 22:37:23 +02:00 |