Fix failing Rhino and Ringo tests.

This commit is contained in:
John-David Dalton
2014-12-14 11:03:29 -08:00
parent c4cdec5531
commit c61fed32db

View File

@@ -134,7 +134,10 @@
: (isJava ? root.load : noop);
/** The unit testing framework. */
var QUnit = root.QUnit || (root.QUnit = load('../node_modules/qunitjs/qunit/qunit.js') || root.QUnit);
var QUnit = root.QUnit || (root.QUnit = (
QUnit = load('../node_modules/qunitjs/qunit/qunit.js') || root.QUnit,
QUnit = QUnit.QUnit || QUnit
));
/** Load and install QUnit Extras and ES6 Set/WeakMap shims. */
(function() {