Add an extra set of // to the comment for the URL polyfill, since the preprocessor eats one set, thus breaking the world (PR 6846 followup)

The Firefox addon currently fails with:
```
SyntaxError: missing ; before statement pdf.js:1692:12
TypeError: PDFJS.shadow is not a function viewer.js:6228:12
```
This commit is contained in:
Jonas Jenwald 2016-01-14 22:43:34 +01:00
parent 794e1a3178
commit cca265352f

View File

@ -1633,7 +1633,7 @@ function loadJpegStream(id, imageUrl, objs) {
} }
//#if !(MOZCENTRAL) //#if !(MOZCENTRAL)
// Polyfill from https://github.com/Polymer/URL //// Polyfill from https://github.com/Polymer/URL
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
(function checkURLConstructor(scope) { (function checkURLConstructor(scope) {