oxjs/source/Ox/js
2014-08-16 09:07:42 +02:00
..
Array.js add Ox.getIndex and Ox.getObject; Ox.List: use Ox.getIndex when updating item value 2014-04-30 14:19:09 +02: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 include unfinished locale names 2014-04-01 14:14:46 +00:00
Core.js add Ox.trace (name still TBD): print with stack trace 2014-05-24 16:30:20 +02:00
Date.js make sure getDaysInMonth doesn't fail if DST changes between months 2014-08-16 09:07:42 +02:00
DOM.js fix Ox..text() 2014-08-16 09:05:39 +02: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