Add entityListTool.toggleVisible

This commit is contained in:
Ryan Huffman 2015-01-20 12:41:58 -08:00
parent 903921e11f
commit bc21faeefb

View file

@ -13,6 +13,10 @@ EntityListTool = function(opts) {
webView.setVisible(visible);
};
that.toggleVisible = function() {
that.setVisible(!visible);
}
selectionManager.addEventListener(function() {
var selectedIDs = [];