Skip to content

Commit

Permalink
docs : remove trailing commas for oldIEs
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Feb 7, 2011
1 parent a479b30 commit 53349d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/demos/2011-01-02-infinite-scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
var $container = $('#container');

$container.isotope({
itemSelector : '.element',
itemSelector : '.element'
});

$container.infinitescroll({
Expand Down
2 changes: 1 addition & 1 deletion _posts/demos/2011-01-11-images.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

$container.imagesLoaded( function(){
$(this).isotope({
itemSelector : '.photo',
itemSelector : '.photo'
});
});

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Layout: </h2>
$list.isotope({
layoutMode : 'fitRows',
masonry : {
columnWidth: 220,
columnWidth: 220
},
getSortData : {
related : function( $elem ) {
Expand Down

0 comments on commit 53349d2

Please sign in to comment.