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

View file

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