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