.. |
Array.js
|
add Ox.nextValue
|
2013-07-18 12:52:47 +00:00 |
Async.js
|
cleanup Ox.queue
|
2013-07-10 01:27:25 +02:00 |
Collection.js
|
add Ox.numberOf: sugar for Ox.len(Ox.filter(collection, test))
|
2013-05-26 11:50:37 +02:00 |
Color.js
|
make Ox.rgb always return integers
|
2012-06-24 17:41:27 +02:00 |
Constants.js
|
support loading Ox.js?\d+ to get new version
|
2013-05-31 21:16:24 +00:00 |
Core.js
|
add missing semicolon; less expensive Ox.print, with updated documentation; make sure Ox.uid never returns falsy ids
|
2013-11-29 21:11:36 +01:00 |
Date.js
|
use base 10 in parseInt, use Math.floor for numbers
|
2012-06-13 10:28:21 +02:00 |
DOM.js
|
add Ox..toggleClass() method
|
2013-01-08 11:51:12 +01:00 |
Encoding.js
|
fix a bug in Ox.decodeURI/Ox.decodeURIComponent
|
2013-08-27 09:07:17 +00:00 |
Format.js
|
formatDuration: use Math.abs(seconds)
|
2013-07-24 16:04:59 +02:00 |
Function.js
|
add Ox.time
|
2013-11-29 21:09: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
|
Ox.divideInt -> Ox.splitInt
|
2012-06-25 16:43:03 +02:00 |
Object.js
|
add comment; fix Ox.extend if called with two arguments, add test
|
2013-11-29 21:13:04 +01:00 |
Polyfill.js
|
remove Ox.polyfill.localStorage
|
2012-07-05 19:47:33 +02:00 |
RegExp.js
|
simplify escapeRegExp regexp
|
2012-05-29 12:59:41 +02:00 |
Request.js
|
only force reload in debug mode, use version otherwise
|
2013-09-05 11:09:30 +00:00 |
String.js
|
update documentation
|
2013-11-29 21:09:10 +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 |