From ecbf2b708c82d1b72553941ac5dc6d7de4b7fd69 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 19 Sep 2014 15:51:29 -0600 Subject: [PATCH] Make ::getView essential because otherwise the section is empty --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 6db5efbcc..732a4770f 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -502,7 +502,7 @@ class Workspace extends Model Section: View Management ### - # Extended: Get the view associated with an object in the workspace. + # Essential: Get the view associated with an object in the workspace. # # If you're just *using* the workspace, you shouldn't need to access the view # layer, but view layer access may be necessary if you want to perform DOM