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;