typo in docs

This commit is contained in:
rlx 2014-09-26 15:04:34 +02:00
parent 25069a22d2
commit cbc888584d

View file

@ -131,7 +131,7 @@ Ox.Theme = (function() {
/*@ /*@
getThemes <f> Returns the names of all available themes getThemes <f> Returns the names of all available themes
() -> [s] Theme names () -> <[s]> Theme names
@*/ @*/
that.getThemes = function() { that.getThemes = function() {
return Object.keys(Ox.UI.THEMES); return Object.keys(Ox.UI.THEMES);