Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Nov 27, 2018
1 parent 4992c59 commit a246a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ M.masonry.init = function(Y, cfg) {

/* When min max. */
Y.all(".block_action").after("click", function() {
setTimeout(function(){
setTimeout(function() {
M.masonry.reload();
}, 310);
M.masonry._reLayout();
Expand Down

0 comments on commit a246a00

Please sign in to comment.