aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-06 11:09:27 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-06 11:09:27 -0700
commit1453cf0757f58249e6e3120da040557b41e93663 (patch)
tree62ee7c3b43671f0f580d9f3666045c0abbe9be11 /src
parentb94f320c1c954e40e911033c4e11a07492ff86ed (diff)
remove createPreloadedFile__deps which is on an internal property
Diffstat (limited to 'src')
-rw-r--r--src/library.js1
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);