mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Change ‘runningCommand’ getter to ‘isRunningCommand’
This commit is contained in:
@@ -88,7 +88,7 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
|
||||
|
||||
- (BOOL)running
|
||||
{
|
||||
return self.htmlOutputView.runningCommand;
|
||||
return self.htmlOutputView.isRunningCommand;
|
||||
}
|
||||
|
||||
- (BOOL)needsNewWebView
|
||||
|
||||
Reference in New Issue
Block a user