From 94e285611c60a5e94f14b8ce2e5700145d4fc256 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 15 Sep 2014 16:30:50 -0700 Subject: [PATCH] getActiveItem -> getActivePaneItem --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 47d0cbe17..6515609ab 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -362,7 +362,7 @@ class Workspace extends Model # Returns an {Editor} or `undefined` if the current active item is not an # {Editor}. getActiveTextEditor: -> - activeItem = @getActiveItem() + activeItem = @getActivePaneItem() activeItem if activeItem instanceof Editor # Deprecated: