Skip to content

Commit

Permalink
Change spaces into tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartheyrman22 committed May 14, 2018
1 parent 9695207 commit b30d4aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/core/base-layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ class Base_layers_class {
if (layer.height == 0)
layer.height = layer.data.height;
layer.link = layer.data.cloneNode(true);
layer.link.onload = function () {
config.need_render = true;
};
layer.link.onload = function () {
config.need_render = true;
};
layer.data = null;
need_autoresize = true;
}
Expand Down

0 comments on commit b30d4aa

Please sign in to comment.