michael@0: function test() { michael@0: this.init(); michael@0: for (var i=0; i<10; i++) { michael@0: delete this.blocks[10][9]; michael@0: this.collapse_blocks(); michael@0: } michael@0: this.look_for_holes(); michael@0: } michael@0: test.prototype.init = function() { michael@0: this.blocks = new Array(20); michael@0: for (var x=0; x