From ee1d50283fb502a2cc1195df23f881f80dfc328a Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Jun 2012 01:54:33 +0200 Subject: [PATCH] fix docs --- source/Ox.UI/js/Core/Element.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index cc932090..038b3c0c 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -336,9 +336,9 @@ Ox.Element = function(options, self) { /*@ defaults Gets or sets the default options for an element object - ({key: value, ...}) -> This element object - key The name of the default option - value The value of the default option + ({key: value, ...}) -> This element object + key The name of the default option + value <*> The value of the default option @*/ that.defaults = function() { var ret;