Skip to content

Commit

Permalink
Fix in code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ros3cin committed Mar 21, 2013
1 parent 1cb1c9b commit a362c1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/effects.js
Expand Up @@ -2048,11 +2048,11 @@ asyncTest( "slideDown() after stop() (#13483)", 2, function() {
ul.remove();
start();
});
}, 500);
}, 500 );
});

});
}, 500);
}, 500 );
});

asyncTest( "fadeIn() after stop() (related to #13483)", 2, function() {
Expand All @@ -2078,11 +2078,11 @@ asyncTest( "fadeIn() after stop() (related to #13483)", 2, function() {
ul.remove();
start();
});
}, 500);
}, 500 );
});

});
}, 500);
}, 500 );
});

})();

0 comments on commit a362c1a

Please sign in to comment.