Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/58914


Change subject: We don't need the domino version check any more.
......................................................................

We don't need the domino version check any more.

All existing contributors have updated their domino, and the
package.json should take care of any new contributors.

Change-Id: I96370e7259f3e17d3d9322f2a452906d4029d4dc
---
M js/lib/domino.js
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/14/58914/1

diff --git a/js/lib/domino.js b/js/lib/domino.js
index 26bd218..a9c1015 100644
--- a/js/lib/domino.js
+++ b/js/lib/domino.js
@@ -1,10 +1,5 @@
 "use strict";
 var domino = require('domino');
-// double-check that domino is up-to-date
-var pjson = require('domino/package.json');
-if (/1.0.[0-8]/.test(pjson.version)) {
-    throw new Error("Your domino library is out-of-date.  Please update it.");
-}
 
 /** If we need to hot-patch domino to fix upstream bugs, this is the place
  * to do it.   All Parsoid code depends on this module, not directly on

-- 
To view, visit https://gerrit.wikimedia.org/r/58914
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96370e7259f3e17d3d9322f2a452906d4029d4dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <wikime...@cscott.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to