From 4ec7c874750539e568ada43e4745da474bb5b6e3 Mon Sep 17 00:00:00 2001 From: Bruce Gordon Date: Tue, 30 Jun 2015 11:40:28 -0400 Subject: [PATCH] fixing white space --- buttonHandler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttonHandler.js b/buttonHandler.js index 40c7627..0057d96 100644 --- a/buttonHandler.js +++ b/buttonHandler.js @@ -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 {