This commit is contained in:
rolux 2012-06-23 01:54:33 +02:00
parent 4efa8681dd
commit ee1d50283f

View file

@ -336,9 +336,9 @@ Ox.Element = function(options, self) {
/*@
defaults <function> Gets or sets the default options for an element object
({key: value, ...}) -> <obj> This element object
key <str> The name of the default option
value <val> The value of the default option
({key: value, ...}) -> <obj> This element object
key <str> The name of the default option
value <*> The value of the default option
@*/
that.defaults = function() {
var ret;