Change ‘runningCommand’ getter to ‘isRunningCommand’

This commit is contained in:
Allan Odgaard
2016-08-21 12:23:40 +02:00
parent aef22e4669
commit 89c19eff61
5 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
- (BOOL)running
{
return self.htmlOutputView.runningCommand;
return self.htmlOutputView.isRunningCommand;
}
- (BOOL)needsNewWebView