[Pkg-javascript-commits] [pdf.js] 161/246: Remove old unused code from PDFView.close()
David Prévot
taffit at moszumanska.debian.org
Sun Sep 7 15:36:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 4737e1ad8ddb3995d673ae8e3f3f67d5d3020c94
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sun Aug 10 16:50:21 2014 +0200
Remove old unused code from PDFView.close()
---
web/viewer.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/web/viewer.js b/web/viewer.js
index 1bf69e0..7ba2450 100644
--- a/web/viewer.js
+++ b/web/viewer.js
@@ -612,10 +612,6 @@ var PDFView = {
thumbsView.removeChild(thumbsView.lastChild);
}
- if ('_loadingInterval' in thumbsView) {
- clearInterval(thumbsView._loadingInterval);
- }
-
var container = document.getElementById('viewer');
while (container.hasChildNodes()) {
container.removeChild(container.lastChild);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list