mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Save the fixture after the enhancement, then start
This commit is contained in:
parent
0a81d6d463
commit
e4453aceb4
1 changed files with 7 additions and 1 deletions
|
|
@ -14,7 +14,13 @@
|
|||
|
||||
function loadSeq( seq, i ){
|
||||
if( !seq[i] ){
|
||||
QUnit.start();
|
||||
$( document ).ready( function() {
|
||||
var $fixture = $( '#qunit-fixture' );
|
||||
if ( $fixture.length ) {
|
||||
QUnit.config.fixture = $fixture.html();
|
||||
}
|
||||
QUnit.start();
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue