Properly cascade blank tiles on clearing row

This commit is contained in:
synth-ruiner 2015-03-01 12:05:38 +00:00
parent b0861d5aee
commit 6104da6b0b
1 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,9 @@
//refresh last row to reflect new rows beneath //refresh last row to reflect new rows beneath
$('li.revealed').last().parent().children('li.revealed').mousedown(); $('li.revealed').last().parent().children('li.revealed').mousedown();
//click blank tiles
$('li.revealed:not(.mine):empty').mousedown();
}); });
$('ul:hidden').show(); $('ul:hidden').show();