fix docs
This commit is contained in:
parent
b7d2d80d5d
commit
1652cde0ec
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Ox.getFile <f> Loads a file (image, script or stylesheet)
|
||||||
(file="image.png", callback) -> <u> undefined
|
(file="image.png", callback) -> <u> undefined
|
||||||
file <s> Local path or remote URL
|
file <s> Local path or remote URL
|
||||||
callback <f> Callback function
|
callback <f> Callback function
|
||||||
image <e> DOM element (if the file is an image)
|
image <h> DOM element (if the file is an image)
|
||||||
@*/
|
@*/
|
||||||
// FIXME: this doesn't handle errors yet
|
// FIXME: this doesn't handle errors yet
|
||||||
Ox.getFile = (function() {
|
Ox.getFile = (function() {
|
||||||
|
|
Loading…
Reference in a new issue