This commit is contained in:
rolux 2012-06-23 12:46:41 +02:00
parent b7d2d80d5d
commit 1652cde0ec

View file

@ -79,7 +79,7 @@ Ox.getFile <f> Loads a file (image, script or stylesheet)
(file="image.png", callback) -> <u> undefined
file <s> Local path or remote URL
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
Ox.getFile = (function() {