diff --git a/source/Ox.UI/js/Core/Theme.js b/source/Ox.UI/js/Core/Theme.js index 263869a9..ccadb999 100644 --- a/source/Ox.UI/js/Core/Theme.js +++ b/source/Ox.UI/js/Core/Theme.js @@ -131,7 +131,7 @@ Ox.Theme = (function() { /*@ getThemes Returns the names of all available themes - () -> [s] Theme names + () -> <[s]> Theme names @*/ that.getThemes = function() { return Object.keys(Ox.UI.THEMES);