Use spacepen for html generation

For consistency
This commit is contained in:
probablycorey
2013-09-26 14:26:07 -07:00
parent fb4de36a87
commit 687776c3fb

View File

@@ -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