update Ox.getFile docs

This commit is contained in:
rolux 2013-03-02 16:01:47 +05:30
parent 72d7a381d5
commit 9236b7fd83

View file

@ -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)
@*/