Skip to content

Commit 53349d2

Browse files
committed
docs : remove trailing commas for oldIEs
1 parent a479b30 commit 53349d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_posts/demos/2011-01-02-infinite-scroll.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
var $container = $('#container');
3030

3131
$container.isotope({
32-
itemSelector : '.element',
32+
itemSelector : '.element'
3333
});
3434

3535
$container.infinitescroll({

_posts/demos/2011-01-11-images.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
$container.imagesLoaded( function(){
4242
$(this).isotope({
43-
itemSelector : '.photo',
43+
itemSelector : '.photo'
4444
});
4545
});
4646

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2>Layout: </h2>
104104
$list.isotope({
105105
layoutMode : 'fitRows',
106106
masonry : {
107-
columnWidth: 220,
107+
columnWidth: 220
108108
},
109109
getSortData : {
110110
related : function( $elem ) {

0 commit comments

Comments
 (0)