Fix Bug 32650.
This commit is contained in:
parent
c1fcad76d0
commit
bb67b12eb2
|
@ -453,7 +453,7 @@ define([
|
||||||
if (!me.tiles) me.tiles = [];
|
if (!me.tiles) me.tiles = [];
|
||||||
if (storeCount !== me.tiles.length) {
|
if (storeCount !== me.tiles.length) {
|
||||||
for (j = me.tiles.length; j < storeCount; ++j) {
|
for (j = me.tiles.length; j < storeCount; ++j) {
|
||||||
me.tiles.push(null);
|
me.tiles.unshift(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue