From 522a66c87693dc38bb3e18f047cc2221254bc1bc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 18 Sep 2014 09:42:47 -0700 Subject: [PATCH] :memo: Wrap ::onDidAddPaneItem in {} --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 31b7cb261..db97e6732 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -104,7 +104,7 @@ class Workspace extends Model @onDidAddTextEditor ({textEditor}) -> callback(textEditor) # Essential: Invoke the given callback whenever an item is opened. Unlike - # ::onDidAddPaneItem, observers will be notified for items that are already + # {::onDidAddPaneItem}, observers will be notified for items that are already # present in the workspace when they are reopened. # # * `callback` {Function} to be called whenever an item is opened.