Tests: do not define two modules with the same name

Fixes gh-2437
This commit is contained in:
Oleg Gaidarenko 2015-08-16 09:06:13 +03:00
parent b930d14ce6
commit 7aa46e0df8

View File

@ -1,4 +1,4 @@
QUnit.module( "event" );
QUnit.module( "ready" );
(function() {
var notYetReady, noEarlyExecution,