From 6ccc8fe79388c36e537cf8f7fdc8464d8fe07b0b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 17 Sep 2013 14:25:38 -0700 Subject: [PATCH] Keep RootView unrenamed for now --- exports/atom-api.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/atom-api.coffee b/exports/atom-api.coffee index 7b05fe72c..77e8c8e90 100644 --- a/exports/atom-api.coffee +++ b/exports/atom-api.coffee @@ -8,4 +8,4 @@ module.exports = File: require '../src/file' fs: require '../src/fs-utils' View: View - WorkspaceView: require '../src/root-view' + RootView: require '../src/root-view'