diff options
-rw-r--r-- | src/library.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index e8333b32..bd376f20 100644 --- a/src/library.js +++ b/src/library.js @@ -869,7 +869,6 @@ LibraryManager.library = { // You can also call this with a typed array instead of a url. It will then // do preloading for the Image/Audio part, as if the typed array were the // result of an XHR that you did manually. - createPreloadedFile__deps: ['$PATH'], createPreloadedFile: function(parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile) { Browser.init(); var fullname = PATH.join(parent, name).substr(1); |