mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use a relative require path
This commit is contained in:
@@ -14,6 +14,6 @@ module.exports =
|
||||
|
||||
createView: ->
|
||||
unless @editorStatsView
|
||||
EditorStatsView = require 'editor-stats/lib/editor-stats-view'
|
||||
EditorStatsView = require './editor-stats-view'
|
||||
@editorStatsView = new EditorStatsView()
|
||||
@editorStatsView
|
||||
|
||||
Reference in New Issue
Block a user