minor fix in documentation

This commit is contained in:
rlx 2012-04-19 11:25:12 +00:00
parent a943d00e20
commit 17b17707fc

View file

@ -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?
(url, callback) -> <u> undefined
url <s|[s]> One or more remote URLs
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
@*/
Ox.getJSON = (function() {