Skip to content

Commit

Permalink
Temp fix for #134: force v23.7.1 of ReSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust committed Dec 3, 2018
1 parent 07b031e commit 86c8071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/jsdom-monkeypatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ resourceLoader.download = function (url, options, callback) {
// WHATWG annotate_spec script that JSDOM does not seem to like.
// Explicitly whitelist the "autolink" script of the shadow DOM spec which
// is needed to initialize respecConfig
const respecUrl = 'https://www.w3.org/Tools/respec/respec-w3c-common';
// TEMP: Force use of previous version of Respec, see https://github.com/tidoust/reffy/issues/134
//const respecUrl = 'https://www.w3.org/Tools/respec/respec-w3c-common';
const respecUrl = 'https://raw.githubusercontent.com/w3c/respec/f17445a290e4619fda7e85afbd76f14390974114/builds/respec-w3c-common.js';
function getUrlToFetch() {
let referrer = options.referrer;
if (!referrer.endsWith('/')) {
Expand Down

0 comments on commit 86c8071

Please sign in to comment.