From 9236b7fd83be73e8cf53c9bd9faf7882af6c2c24 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Mar 2013 16:01:47 +0530 Subject: [PATCH] update Ox.getFile docs --- source/Ox/js/Request.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) @*/