fix initial definition of Ox
This commit is contained in:
parent
05e6d7d829
commit
7470c9bb52
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Ox <f> The <code>Ox</code> object
|
||||||
value <*> Any value
|
value <*> Any value
|
||||||
@*/
|
@*/
|
||||||
|
|
||||||
Ox = function(val) {
|
window.Ox = function(val) {
|
||||||
return Ox.wrap(val);
|
return Ox.wrap(val);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue