Remove unused packages ivar

This commit is contained in:
Kevin Sawicki
2013-02-12 15:47:31 -08:00
parent 37ff0d05ed
commit 07c5a94613
2 changed files with 2 additions and 3 deletions

View File

@@ -35,13 +35,11 @@ class RootView extends View
rootView.setRootPane(rootView.deserializeView(panesViewState)) if panesViewState
rootView
packages: null
title: null
pathToOpenIsFile: false
initialize: (projectOrPathToOpen, { suppressOpen } = {}) ->
window.rootView = this
@packages = []
@viewClasses = {
"Pane": Pane,
"PaneRow": PaneRow,