Update editEntities to call setActive on init

This commit is contained in:
Ryan Huffman 2015-03-12 11:38:51 -07:00
parent c13ba4a318
commit 4335a41002

View file

@ -178,6 +178,7 @@ var toolBar = (function () {
visible: true
});
that.setActive(false);
}
that.setActive = function(active) {