.. |
Array.js
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
Async.js
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
Collection.js
|
in Ox.values, handle nodelists (so that Ox.some(nodelist, test) doesn't fail)
|
2013-12-04 12:59:29 +01:00 |
Color.js
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
Constants.js
|
add Ox.MODE (build/dev), + cosmetic changes
|
2013-12-06 10:34:56 +01:00 |
Core.js
|
Ox.load: clean up documentation and properly document the optional first argument (pass true to switch from dev to build)
|
2013-12-04 17:23:00 +01:00 |
Date.js
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
DOM.js
|
Ox.$: add missing methods (replace, replaceWith, siblings, text), + cosmetic changes
|
2013-12-06 10:26:31 +01:00 |
Encoding.js
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
Format.js
|
formatDuration: use Math.abs(seconds)
|
2013-07-24 16:04:59 +02:00 |
Function.js
|
cosmetic changes
|
2013-12-06 10:31:33 +01:00 |
Geo.js
|
some more tabs to spaces
|
2013-06-02 22:19:36 +02:00 |
Hash.js
|
minor cleanup
|
2012-06-11 23:45:37 +02:00 |
HTML.js
|
cosmetic changes
|
2013-11-11 14:17:39 +01:00 |
JavaScript.js
|
fix a bug where events would appear twice on a DocPage
|
2013-11-16 20:46:57 +01:00 |
Locale.js
|
fix Ox.formatString
|
2013-07-22 17:49:50 +00:00 |
Math.js
|
make Ox.hypot n-ary
|
2013-12-03 20:57:00 +01:00 |
Object.js
|
remove comment
|
2013-12-01 13:10:44 +01:00 |
Polyfill.js
|
Refactor Polyfill.js, use Object.defineProperty if available
|
2013-12-04 09:47:35 +01:00 |
RegExp.js
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +02:00 |
Request.js
|
fix typo, update docs
|
2013-12-05 15:53:41 +01:00 |
String.js
|
add Ox.codePointAt and Ox.fromCodePoint
|
2013-12-04 09:46:16 +01:00 |
Type.js
|
remove Ox.Break
|
2012-07-05 10:58:08 +02:00 |
Video.js
|
Ox.getVideoFormat returns one format, update documentation, fixes #1634
|
2013-07-10 14:36:51 +00:00 |