Skip to content

Commit d6ca0da

Browse files
authored
Merge pull request #79 from royanon/master
Fix destroy 's error
2 parents d8c38fa + 713c88d commit d6ca0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/slotmachine.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/slot-machine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class SlotMachine {
392392
destroy () {
393393
this._fakeFirstTile.remove();
394394
this._fakeLastTile.remove();
395-
this.$tiles.unwrap();
395+
// this.$tiles.unwrap();
396396

397397
// Unwrap tiles
398398
this.tiles.forEach((tile) => {

0 commit comments

Comments
 (0)