fix doc docs
This commit is contained in:
parent
099fbc7880
commit
484cc7120d
1 changed files with 2 additions and 0 deletions
|
@ -77,7 +77,9 @@ My.favorites = (function() {
|
||||||
keys = Object.keys(favorites);
|
keys = Object.keys(favorites);
|
||||||
return Ox.extend(favorites, {any: favorites[keys[Ox.random(keys.length)]]});
|
return Ox.extend(favorites, {any: favorites[keys[Ox.random(keys.length)]]});
|
||||||
}());
|
}());
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
|
My.HTMLUtils <object> ...
|
||||||
replace <array> ...
|
replace <array> ...
|
||||||
0 <regexp> ...
|
0 <regexp> ...
|
||||||
1 <string> replace
|
1 <string> replace
|
||||||
|
|
Loading…
Reference in a new issue