mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove unused variable
This commit is contained in:
parent
d898717be4
commit
5c6985bc82
1 changed files with 0 additions and 1 deletions
|
@ -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) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue