Skip to content

Commit

Permalink
fixing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Gordon committed Jun 30, 2015
1 parent f887fcd commit 4ec7c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buttonHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ ButtonHandler.prototype.isTrue = function(target, eventCount, mainWindow) {
var result;
if (this.optionalIsTrueFunction == null) {
if (this.debugLogElementTreeOnIsTrue) {
UIATarget.localTarget().logElementTree();
}
UIATarget.localTarget().logElementTree();
}
var aButton = this.findButton(target);
result = this.isValidAndVisible(aButton);
} else {
Expand Down

0 comments on commit 4ec7c87

Please sign in to comment.