forked from 0x2620/oxjs
update progress bar
This commit is contained in:
parent
2f740a972a
commit
7ca9a4a9e7
8 changed files with 202 additions and 70 deletions
|
|
@ -133,7 +133,9 @@ Ox.localStorage <o> localStorage wrapper
|
|||
({key, val}) -> <f> localStorage object
|
||||
@*/
|
||||
Ox.localStorage = function(namespace) {
|
||||
window.localStorage = window.localStorage || {};
|
||||
if (!window.localStorage) {
|
||||
window.localStorage = {};
|
||||
}
|
||||
function storage(key, val) {
|
||||
var args, ret, value;
|
||||
if (arguments.length == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue