Delete the loading data for preloaded files when they call loadComplete()

This commit is contained in:
Davide P. Cervone 2012-01-31 17:52:19 -05:00
parent 23472e3f87
commit 6cfecb6700
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -856,6 +856,7 @@ MathJax.fileversion = "2.0";
this.loaded[file] = loading.status; delete this.loading[file];
this.addHook(file,loading.callback);
} else {
if (loading) {delete this.loading[file]}
this.loaded[file] = this.STATUS.OK;
loading = {status: this.STATUS.OK}
}