update Ox.getFile docs
This commit is contained in:
parent
72d7a381d5
commit
9236b7fd83
1 changed files with 2 additions and 4 deletions
|
@ -81,10 +81,8 @@ Ox.getAsync = function(urls, get, callback) {
|
|||
|
||||
/*@
|
||||
Ox.getFile <f> Loads a file (image, script or stylesheet)
|
||||
(file="script.js", callback) -> <u> undefined
|
||||
(file="stylesheet.css", callback) -> <u> undefined
|
||||
(file="image.png", callback) -> <u> undefined
|
||||
file <s> Local path or remote URL
|
||||
(file, callback) -> <u> undefined
|
||||
file <s|[s]> One or more local path or remote URLs
|
||||
callback <f> Callback function
|
||||
image <h> DOM element (if the file is an image)
|
||||
@*/
|
||||
|
|
Loading…
Reference in a new issue