update Ox.getFile docs
This commit is contained in:
parent
9236b7fd83
commit
730ae16a99
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ Ox.getAsync = function(urls, get, callback) {
|
||||||
/*@
|
/*@
|
||||||
Ox.getFile <f> Loads a file (image, script or stylesheet)
|
Ox.getFile <f> Loads a file (image, script or stylesheet)
|
||||||
(file, callback) -> <u> undefined
|
(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
|
callback <f> Callback function
|
||||||
image <h> DOM element (if the file is an image)
|
image <h> DOM element (if the file is an image)
|
||||||
@*/
|
@*/
|
||||||
|
|
Loading…
Reference in a new issue