forked from 0x2620/oxjs
update widget documentation (arguments first)
This commit is contained in:
parent
daec992536
commit
a0867f0da6
81 changed files with 250 additions and 251 deletions
|
|
@ -1,12 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.Request <o> Basic request handler object
|
||||
FIXME: options is not a property, just documenting defaults
|
||||
options <o> Options object
|
||||
timeout <n|60000> request timeout
|
||||
type <s|"POST"> request type, possible values POST, GET, PUT, DELETE
|
||||
url <s> request url
|
||||
Ox.Request <o> Basic request controller
|
||||
# FIXME: options is not a property, just documenting defaults
|
||||
# options <o> Options object
|
||||
# timeout <n|60000> request timeout
|
||||
# type <s|"POST"> request type, possible values POST, GET, PUT, DELETE
|
||||
# url <s> request url
|
||||
@*/
|
||||
|
||||
Ox.Request = (function() {
|
||||
|
|
@ -74,11 +74,6 @@ Ox.Request = (function() {
|
|||
$element.bindEvent.apply(this, arguments);
|
||||
},
|
||||
|
||||
// fixme: remove
|
||||
_leakCache: function() {
|
||||
return cache;
|
||||
},
|
||||
|
||||
/*@
|
||||
options <f> get/set options
|
||||
() -> <o> get options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue