update Ox.getFile docs

This commit is contained in:
rolux 2013-03-02 16:08:03 +05:30
parent 9236b7fd83
commit 730ae16a99

View file

@ -82,7 +82,9 @@ Ox.getAsync = function(urls, get, callback) {
/*@
Ox.getFile <f> Loads a file (image, script or stylesheet)
(file, callback) -> <u> undefined
file <s|[s]> One or more local path or remote URLs
file <s|a> 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 <f> Callback function
image <h> DOM element (if the file is an image)
@*/