This commit is contained in:
Kevin Sawicki
2013-02-01 09:27:32 -08:00
parent a3ec402ca9
commit 1cb81037a8

View File

@@ -4,9 +4,7 @@ Stats = require './src/stats'
module.exports =
class EditorStats extends DeferredAtomPackage
loadEvents: ['editor-stats:toggle']
instanceClass: 'editor-stats/src/editor-stats-view'
stats: new Stats
activate: (rootView) ->