From cbc888584d5740a99bc4c77e3de3e198bd8b2097 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 26 Sep 2014 15:04:34 +0200 Subject: [PATCH] typo in docs --- source/Ox.UI/js/Core/Theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);