fix initial definition of Ox

This commit is contained in:
rlx 2011-11-05 17:37:56 +00:00
parent 05e6d7d829
commit 7470c9bb52

View file

@ -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);
}; };