Commit bb67b12e authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 32650.

parent c1fcad76
......@@ -453,7 +453,7 @@ define([
if (!me.tiles) me.tiles = [];
if (storeCount !== me.tiles.length) {
for (j = me.tiles.length; j < storeCount; ++j) {
me.tiles.push(null);
me.tiles.unshift(null);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment