[Pkg-javascript-commits] [pdf.js] 35/141: Remove unused variable
David Prévot
taffit at moszumanska.debian.org
Sat Apr 19 22:40:27 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 5c6985bc82fe984beef2bed3b04e187814b000a9
Author: Thorben Bochenek <thorbenb at opera.com>
Date: Fri Apr 4 14:34:30 2014 +0200
Remove unused variable
---
test/webserver.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/webserver.js b/test/webserver.js
index 5ffeaba..ac1e5c6 100644
--- a/test/webserver.js
+++ b/test/webserver.js
@@ -161,7 +161,6 @@ WebServer.prototype = {
res.setHeader('Content-Type', 'text/html');
res.writeHead(200);
- var content = '';
if (queryPart === 'frame') {
res.end('<html><frameset cols=*,200><frame name=pdf>' +
'<frame src=\"' + encodeURI(pathPart) +
--
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