mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Remove unneeded rootView variable
This commit is contained in:
@@ -14,7 +14,7 @@ describe "EditorStats", ->
|
||||
rootView.trigger(e)
|
||||
|
||||
beforeEach ->
|
||||
rootView = new RootView(require.resolve('fixtures/sample.js'))
|
||||
new RootView(require.resolve('fixtures/sample.js'))
|
||||
|
||||
date = new Date()
|
||||
mins = date.getMinutes()
|
||||
|
||||
Reference in New Issue
Block a user