Skip to content

Commit

Permalink
Merge pull request #6873 from Snuffleupagus/pr-6846-followup
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
timvandermeij committed Jan 14, 2016
2 parents 794e1a3 + cca2653 commit f6a8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ function loadJpegStream(id, imageUrl, objs) {
}

//#if !(MOZCENTRAL)
// Polyfill from https://github.com/Polymer/URL
//// Polyfill from https://github.com/Polymer/URL
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
(function checkURLConstructor(scope) {
Expand Down

0 comments on commit f6a8dfb

Please sign in to comment.