fix docs
This commit is contained in:
parent
4efa8681dd
commit
ee1d50283f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue