mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
init
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
console.log = OSX.NSLog
|
||||
Chrome.init()
|
||||
|
||||
editor = ace.edit "editor"
|
||||
editor.setTheme "ace/theme/twilight"
|
||||
|
||||
@@ -4,6 +4,9 @@ canon = require 'pilot/canon'
|
||||
|
||||
# Handles the UI chrome
|
||||
Chrome =
|
||||
init: ->
|
||||
console.log = OSX.NSLog
|
||||
|
||||
# Returns null or a file path.
|
||||
openPanel: ->
|
||||
panel = OSX.NSOpenPanel.openPanel
|
||||
|
||||
Reference in New Issue
Block a user