removed showButtonDown, which didn't exist

This commit is contained in:
SamGondelman 2016-07-05 13:46:42 -07:00 committed by Brad Davis
parent 716647037e
commit 88d0aa3737
2 changed files with 1 additions and 4 deletions

View file

@ -73,8 +73,7 @@ var toolBar = (function() {
width: toolWidth,
height: toolHeight,
alpha: 0.9,
visible: true,
showButtonDown: true
visible: true
});
toolBar.showTool(browseDirectoryButton, true);

View file

@ -130,8 +130,6 @@ Tool = function(properties, selectable, selected) { // selectable and selected a
if (update) {
if (selectable) {
this.toggle();
} else if (properties.showButtonDown) {
this.buttonDown(true);
}
}
return true;