From 4b7e5ca9fc1f2b4490a1326f56f2606bfe296d1a Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 4 Mar 2014 11:02:52 -0700 Subject: [PATCH] Make Workspace::openSync private for now --- src/workspace.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 35818c148..d5ae8f86c 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -105,9 +105,9 @@ class Workspace extends Model openLicense: -> @open(join(atom.getLoadSettings().resourcePath, 'LICENSE')) - # Public: Synchronously open the given URI in the active pane. **Only use this - # method in tests. Calling this in production code will block the UI thread - # and everyone will be mad at you.** + # Synchronously open the given URI in the active pane. **Only use this method + # in specs. Calling this in production code will block the UI thread and + # everyone will be mad at you.** # # uri - A {String} containing a URI. # options - An optional options {Object}