MarkTraceur has submitted this change and it was merged.

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(-)

Approvals:
  MarkTraceur: Verified; Looks good to me, approved
  jenkins-bot: Checked



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: merged
Gerrit-Change-Id: I96370e7259f3e17d3d9322f2a452906d4029d4dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Cscott <wikime...@cscott.net>
Gerrit-Reviewer: MarkTraceur <mtrac...@member.fsf.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to