diff --git a/source/Ox/js/Request.js b/source/Ox/js/Request.js index 78a88432..26bb7a1d 100644 --- a/source/Ox/js/Request.js +++ b/source/Ox/js/Request.js @@ -82,7 +82,9 @@ Ox.getAsync = function(urls, get, callback) { /*@ Ox.getFile Loads a file (image, script or stylesheet) (file, callback) -> undefined - file One or more local path or remote URLs + file Local path or remote URL, or array of those, or array of arrays + Multiple files in the same array will be processed simultaneously, but + multiple arrays of files will be processed in that order. callback Callback function image DOM element (if the file is an image) @*/