Removed stray variable test

This commit is contained in:
Matti Lahtinen 2017-07-31 08:56:04 +03:00 committed by GitHub
parent 734330dc06
commit 5fab6c37a3

View file

@ -67,7 +67,7 @@ gridTool.setVisible(false);
var entityListTool = new EntityListTool();
selectionManager.addEventListener(function (test) {
selectionManager.addEventListener(function () {
selectionDisplay.updateHandles();
entityIconOverlayManager.updatePositions();