Skip to content

Commit daaea85

Browse files
Jesper Lindstroem NielsenJesper Lindstroem Nielsen
authored andcommitted
Revert "dummy change"
This reverts commit 928be4e.
1 parent f572598 commit daaea85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/jquery.effects.split.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
(function( $, undefined ) {
16-
16+
1717
//Helper function to control the split on each animation
1818
function startSplitAnim( el, o, animation, done ) {
1919

@@ -78,7 +78,9 @@
7878
} else {
7979
el.hide();
8080
}
81+
8182
container.remove( );
83+
8284
done();
8385
}
8486

0 commit comments

Comments
 (0)