mirror of
https://github.com/atom/atom.git
synced 2026-02-14 08:35:11 -05:00
Remove the dev-mode css style, for now 🔜
This commit is contained in:
@@ -34,7 +34,6 @@ class RootView extends View
|
||||
title: null
|
||||
|
||||
initialize: ->
|
||||
@addClass('dev-mode') if atom.devMode
|
||||
@command 'toggle-dev-tools', => atom.toggleDevTools()
|
||||
@on 'focus', (e) => @handleFocus(e)
|
||||
@subscribe $(window), 'focus', (e) =>
|
||||
|
||||
Reference in New Issue
Block a user