forked from 0x2620/oxjs
'use strict';
This commit is contained in:
parent
291b75c43b
commit
56370aa0a7
113 changed files with 207 additions and 15 deletions
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.canvas <function> Generic canvas object
|
||||
Returns an object with the properties: <code>canvas</code>,
|
||||
|
|
@ -39,7 +41,7 @@ Ox.documentReady = (function() {
|
|||
callbacks.forEach(function(callback) {
|
||||
callback();
|
||||
});
|
||||
delete callbacks;
|
||||
//delete callbacks;
|
||||
}
|
||||
};
|
||||
return function(callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue