forked from 0x2620/oxjs
merging changes
This commit is contained in:
parent
b05be138cc
commit
8e468ced0b
7 changed files with 31 additions and 14 deletions
|
|
@ -53,6 +53,10 @@ Ox.Request = function(options) {
|
|||
cache = {};
|
||||
},
|
||||
|
||||
_leakCache: function() {
|
||||
return cache;
|
||||
},
|
||||
|
||||
/*@
|
||||
options <f> get/set options
|
||||
() -> <o> get options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue