oxjs/source/Ox/js
2014-08-19 10:18:56 +02:00
..
Array.js cosmetic changes; fix semicolons 2014-08-19 10:18:49 +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 don't redeclare vars; fix semicolons 2014-08-19 10:18:56 +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 don't redeclare vars; fix semicolons 2014-08-19 10:18:56 +02:00
Geo.js don't redeclare vars; fix semicolons 2014-08-19 10:18:56 +02: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 add Ox.zipObject 2014-08-18 19:09:41 +02: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