Properly cascade blank tiles on clearing a row

This commit is contained in:
synth-ruiner 2015-03-01 12:02:23 +00:00
parent 3380c61512
commit a726760758
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();