Always run react in dev mode for now

This commit is contained in:
Nathan Sobo
2014-05-14 18:15:47 -06:00
parent d15fd34f7a
commit 89bd241a78

View File

@@ -214,10 +214,10 @@ class Editor extends Model
@subscribe @displayBuffer, 'soft-wrap-changed', (args...) => @emit 'soft-wrap-changed', args...
getViewClass: ->
if atom.config.get('core.useReactEditor')
require './react-editor-view'
else
require './editor-view'
# if atom.config.get('core.useReactEditor')
require './react-editor-view'
# else
# require './editor-view'
destroyed: ->
@unsubscribe()