rolux
|
eae9074cea
|
Ox.trace: formatting; add documentation
|
2015-04-24 13:51:04 +02:00 |
|
rolux
|
383433a06d
|
rename build/ to min/
|
2014-09-26 18:57:12 +02:00 |
|
rolux
|
51696562f1
|
remove unneeded Ox. prefix from path and file names
|
2014-09-26 15:51:50 +02:00 |
|
rolux
|
1b90cc6ac8
|
fix semicolons
|
2014-08-19 10:19:59 +02:00 |
|
rolux
|
767a3133b7
|
add Ox.trace (name still TBD): print with stack trace
|
2014-05-24 16:30:20 +02:00 |
|
j
|
ef5a51d6bc
|
check for window.console and window.console.log
|
2014-04-24 13:48:00 +00:00 |
|
j
|
09af7fa1ac
|
test if localStorage is usable, fixes #2350
|
2014-03-03 20:22:47 +00:00 |
|
j
|
0588ebe211
|
load modules with Ox.VERSION in build mode to make caching work
|
2014-01-11 04:56:12 +00:00 |
|
rolux
|
d660edbe2b
|
Ox.load: clean up documentation and properly document the optional first argument (pass true to switch from dev to build)
|
2013-12-04 17:23:00 +01:00 |
|
rolux
|
031aa4367b
|
Ox.toArray -> Ox.slice
|
2013-12-01 14:57:52 +01:00 |
|
rolux
|
3ad31125b3
|
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 |
|
rolux
|
8aef1fb7c0
|
remove unused function in Ox.load
|
2013-05-09 20:12:32 +02:00 |
|
rolux
|
ad4603ddb4
|
Ox.load: when loading modules, set locale
|
2013-05-09 19:02:28 +02:00 |
|
rolux
|
5ca1c5b36c
|
in Ox.localStorage, use native for in loop to test if the browser can iterate over localStorage
|
2013-02-18 12:44:40 +05:30 |
|
j
|
30253ddb9c
|
dont fail if third party localStorage is not enaled, closes #1244
|
2013-02-12 17:58:07 +00:00 |
|
j
|
23833d2a11
|
chnage local storage test to work in FF 16+, fixes #1116
|
2013-01-25 07:14:37 +00:00 |
|
rolux
|
a155ff5487
|
fix Ox.localStorage for Firefox 3.6
|
2012-07-05 19:48:20 +02:00 |
|
rolux
|
0f44e64885
|
remove some comments
|
2012-07-05 11:36:17 +02:00 |
|
rolux
|
bda90f6b6b
|
remove Ox.Break
|
2012-07-05 10:58:08 +02:00 |
|
rolux
|
f6a7d0a059
|
remove unneccessary closure
|
2012-06-26 03:14:35 +02:00 |
|
rolux
|
f15d6cad0f
|
change the semantics of Ox.load to call back once the DOM is ready - which wasn't the case when calling Ox.load(callback) in the built version
|
2012-06-22 15:02:38 +02:00 |
|
rolux
|
9e35ae0be2
|
minor cleanup
|
2012-06-20 18:49:06 +02:00 |
|
rolux
|
9093d5f3ed
|
update Ox.load documentation
|
2012-06-20 18:40:55 +02:00 |
|
rolux
|
68b89d7628
|
update Ox.load documentation
|
2012-06-20 18:39:31 +02:00 |
|
rolux
|
c9474ee04e
|
Ox.load: allow for passing array of modules
|
2012-06-17 15:56:13 +02:00 |
|
rolux
|
8d8e087e3d
|
Ox.loadFile -> Ox.getFile
|
2012-06-17 15:37:21 +02:00 |
|
rlx
|
9d475e6012
|
remove warning when returning false from Ox.loop and Ox.forEach
|
2012-06-16 20:46:14 +00:00 |
|
rolux
|
37ee99f884
|
Ox.localStorage: fix chaining, add tests
|
2012-06-15 09:43:55 +02:00 |
|
rolux
|
73fa856900
|
in documentation use foo , not <code>foo</code>
|
2012-06-02 13:06:44 +02:00 |
|
rolux
|
91026a0c77
|
throw warning, not error, when returning false from Ox.forEach or Ox.loop
|
2012-05-30 19:25:18 +02:00 |
|
rolux
|
5b6f161612
|
add localStorage to polyfills; slightly refactor Ox.localStorage; remove whitespace; update example
|
2012-05-30 16:21:07 +02:00 |
|
rolux
|
6847102507
|
fix documentation
|
2012-05-30 00:28:52 +02:00 |
|
rolux
|
e1192fd45e
|
use Ox.filter
|
2012-05-25 19:46:27 +02:00 |
|
rolux
|
c8cc037ef6
|
in Ox.wrap, iterate over Ox.methods(Ox)
|
2012-05-25 19:28:39 +02:00 |
|
rolux
|
e4f34b1c7d
|
rename vars
|
2012-05-25 09:52:57 +02:00 |
|
rolux
|
26093367ec
|
rename vars
|
2012-05-25 09:34:50 +02:00 |
|
rolux
|
544e117cb3
|
Ox.break -> Ox.Break
|
2012-05-24 19:20:29 +02:00 |
|
rlx
|
c4e66fbb3d
|
rename Ox.break to Ox.Break and move it to Core.js, use storage['delete'] in order to support older IE versions
|
2012-05-24 17:10:29 +00:00 |
|
rolux
|
75baeb73f8
|
throw error when returning false in Ox.loop; remove Ox._loop
|
2012-05-24 12:18:01 +02:00 |
|
rolux
|
1608664bb6
|
rather use ''.slice than ''.substr
|
2012-05-24 11:47:33 +02:00 |
|
rolux
|
1c40fb007b
|
use [].concat, not Ox.merge
|
2012-05-24 09:45:33 +02:00 |
|
j
|
f97352ee61
|
fix use of Ox.map, Ox.loop
|
2012-05-23 17:13:38 +02:00 |
|
rolux
|
047cf5813d
|
use 'this', not 'window', as global object; allow for Ox.break in Ox.loop
|
2012-05-21 22:05:49 +02:00 |
|
rolux
|
5692195509
|
swap the meaning of makeArray and toArray: makeArray, like makeObject, is a helper function for arguments processing (that wraps any non-array in an array), toArray, like in other libraries, is an alias for Array.prototype.slice.call
|
2012-05-19 12:40:59 +04:00 |
|
j
|
509745407b
|
add documentation stubs
|
2012-05-21 12:38:18 +02:00 |
|
rolux
|
b4dc9e15ba
|
add async version of Ox.loop
|
2012-04-13 23:19:52 +02:00 |
|
rolux
|
ebc6efffb4
|
minor fixes and documentation updates
|
2012-04-09 10:42:00 +02:00 |
|
rolux
|
7daf1a23a0
|
erroneous semicolon
|
2012-04-08 14:19:34 +02:00 |
|
rlx
|
044da383db
|
minor changes, mostly documentation
|
2012-03-30 01:41:47 +00:00 |
|
rolux
|
1db649bd61
|
add Function.js, some updates in OxJS
|
2012-01-07 12:50:02 +05:30 |
|