oxjs/source/Ox/js
2014-02-02 08:59:45 +00:00
..
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 hindi locale 2013-12-27 10:55:00 +00:00
Core.js load modules with Ox.VERSION in build mode to make caching work 2014-01-11 04:56:12 +00:00
Date.js use base 10 in parseInt, use Math.floor for numbers 2012-06-13 10:28:21 +02:00
DOM.js document Ox..data 2013-12-06 21:59:26 +01:00
Encoding.js Ox.toArray -> Ox.slice 2013-12-01 14:57:52 +01:00
Format.js only call date function if needed in Ox.formatDate 2014-02-02 08:59:45 +00:00
Function.js add Ox.once, fix docs 2014-02-02 02:19:19 +05:30
Geo.js geo module: add getAverageBearing, getBearingDifference, getClosestBearing (find straightest path, mix two hues, etc.) 2013-12-06 21:11:41 +01:00
Hash.js minor cleanup 2012-06-11 23:45:37 +02:00
HTML.js no iframes or images with mailto: src 2014-01-19 12:43:21 +05:30
JavaScript.js fix a bug where events would appear twice on a DocPage 2013-11-16 20:46:57 +01:00
Locale.js dont fail if undefined is passed to Ox._ 2014-01-15 10:10:25 +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 loading css on Safari 5 and other older browser 2014-01-15 09:57:51 +00: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 make Ox.getVideoInfo more reliable on Chrome 2014-01-28 16:27:38 +05:30