diff --git a/source/Ox/js/Request.js b/source/Ox/js/Request.js index 3e47b05a..78a88432 100644 --- a/source/Ox/js/Request.js +++ b/source/Ox/js/Request.js @@ -81,10 +81,8 @@ Ox.getAsync = function(urls, get, callback) { /*@ Ox.getFile Loads a file (image, script or stylesheet) - (file="script.js", callback) -> undefined - (file="stylesheet.css", callback) -> undefined - (file="image.png", callback) -> undefined - file Local path or remote URL + (file, callback) -> undefined + file One or more local path or remote URLs callback Callback function image DOM element (if the file is an image) @*/