minor fix in documentation
This commit is contained in:
parent
a943d00e20
commit
17b17707fc
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ Ox.get = function(url, callback) {
|
||||||
};
|
};
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
Ox.getJSON <f> Get and parse a remote JSON file
|
Ox.getJSON <f> Get and parse one or more remote JSON files
|
||||||
# fixme: remote? same-origin-policy? jsonp?
|
# fixme: remote? same-origin-policy? jsonp?
|
||||||
(url, callback) -> <u> undefined
|
(url, callback) -> <u> undefined
|
||||||
url <s|[s]> One or more remote URLs
|
url <s|[s]> One or more remote URLs
|
||||||
callback <f> Callback function
|
callback <f> Callback function
|
||||||
data <s|o> The parsed contents of the remote resource(s)
|
data <o> The parsed contents of the remote resource(s)
|
||||||
For multiple URLs, keys are file names, values are contents
|
For multiple URLs, keys are file names, values are contents
|
||||||
@*/
|
@*/
|
||||||
Ox.getJSON = (function() {
|
Ox.getJSON = (function() {
|
||||||
|
|
Loading…
Reference in a new issue