Skip to content

Commit

Permalink
corner-stamp : remove that extra _getColumns argument
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Oct 16, 2011
1 parent e72dcf1 commit cff3d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/demos/2011-10-07-corner-stamp.html
Expand Up @@ -210,7 +210,7 @@ <h2>Fusce accumsan mollis eros. Pellentesque a diam sit amet mi ullamcorper vehi

// Masonry corner stamp modifications
$.Mason.prototype.resize = function() {
this._getColumns('masonry');
this._getColumns();
this._reLayout();
};

Expand Down

0 comments on commit cff3d16

Please sign in to comment.