Remove unused variables

This commit is contained in:
Kevin Sawicki
2013-02-01 09:29:02 -08:00
parent 1cb81037a8
commit 47acd5912a

View File

@@ -3,7 +3,7 @@ RootView = require 'root-view'
EditorStats = require 'editor-stats/src/editor-stats-view'
describe "EditorStats", ->
[rootView, editorStats, editor, date, time] = []
[rootView, editorStats, time] = []
simulateKeyUp = (key) ->
e = $.Event "keydown", keyCode: key.charCodeAt(0)
@@ -27,7 +27,6 @@ describe "EditorStats", ->
editorStatsPackage.getInstance()
editorStats = editorStatsPackage.stats
editorStats.clear()
editor = rootView.getActiveEditor()
afterEach ->
rootView.deactivate()