oxjs/source/Ox/js
2012-05-25 17:40:21 +02:00
..
Array.js rename vars; move Ox.find, Ox.getIndexById, Ox.getObjectById, Ox.makeArray and Ox.toArray to Array.js; make Ox.find accept a third argument ('leading') and return a single array; improve IE patch for Ox.toArray 2012-05-25 09:44:48 +02:00
Async.js typo 2012-05-25 11:44:25 +02:00
Collection.js update tests 2012-05-25 16:25:35 +02:00
Color.js rename vars; add tests 2012-05-25 09:35:20 +02:00
Constants.js rather use ''.slice than ''.substr 2012-05-24 11:47:33 +02:00
Core.js rename vars 2012-05-25 09:52:57 +02:00
Date.js rather use ''.slice than ''.substr 2012-05-24 11:47:33 +02:00
DOM.js typo 2012-05-25 09:53:55 +02:00
Encoding.js fix a bug in Ox.decodeDeflate (slice(1,-0) returns '') 2012-05-25 11:43:38 +02:00
Fallback.js add Function.prototype.bind and window.console.log.apply 2012-05-25 17:40:21 +02:00
Format.js rename vars 2012-05-25 13:32:57 +02:00
Function.js minor cleanup 2012-05-25 13:42:33 +02:00
Geo.js minor cleanup 2012-05-25 13:42:33 +02:00
Hash.js minor cleanup 2012-05-25 13:42:33 +02:00
HTML.js minor cleanup 2012-05-25 13:42:33 +02:00
JavaScript.js rename vars 2012-05-25 13:42:25 +02:00
Math.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
Object.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
RegExp.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
Request.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
String.js use native ''.trim; rename vars 2012-05-25 14:32:17 +02:00
Type.js in Ox.typeOf, handie IE nodelist (htmlcollection) 2012-05-25 17:39:37 +02:00