Skip to content

Commit 603a15f

Browse files
author
Constantin Saguin
committed
Merge pull request brutaldesign#182 from ppsirius/master
document ready
2 parents a907ba3 + b99cedb commit 603a15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3>Options</h3>
250250
<script src="lib/jquery-2.1.0.min.js"></script>
251251
<script src="src/js/jquery.swipebox.js"></script>
252252
<script type="text/javascript">
253-
;( function( $ ) {
253+
$( document ).ready(function() {
254254

255255
/* Basic Gallery */
256256
$( '.swipebox' ).swipebox();
@@ -267,7 +267,7 @@ <h3>Options</h3>
267267
] );
268268
} );
269269

270-
} )( jQuery );
270+
});
271271
</script>
272272
</body>
273273

0 commit comments

Comments
 (0)