mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use spacepen for html generation
For consistency
This commit is contained in:
@@ -65,7 +65,7 @@ class RootView extends View
|
||||
|
||||
# Private:
|
||||
initialize: (state={}) ->
|
||||
@prepend("<div class='dev-mode'></div>") if atom.getLoadSettings().devMode
|
||||
@prepend($$ -> @div class: 'dev-mode') if atom.getLoadSettings().devMode
|
||||
|
||||
if state instanceof telepath.Document
|
||||
@state = state
|
||||
|
||||
Reference in New Issue
Block a user