Skip to content
Permalink
Browse files
Tests: Do not define two modules with the same name
Ref 7aa46e0
Fixes gh-2437
  • Loading branch information
markelog committed Sep 7, 2015
1 parent 4543815 commit 85aed35
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
QUnit.module( "event" );
QUnit.module( "ready" );

( function() {
var notYetReady, noEarlyExecution,

0 comments on commit 85aed35

Please sign in to comment.