this is the first commit for the demo, it does not do much

This commit is contained in:
Corey Johnson
2011-11-09 10:51:23 -08:00
parent 7a567dab69
commit fa0367aa9c
2 changed files with 11 additions and 2 deletions

11
src/document.coffee Normal file
View File

@@ -0,0 +1,11 @@
module.exports =
class Document
@visibleDocument: null
@show: (document) ->
open: ->
close: ->
save: ->

View File

@@ -27,8 +27,6 @@ windowAdditions =
@path = $atomController.path
@setTitle _.last @path.split '/'
$atomController.scan_select_compare(@path, null, null)
# Remember sizing!
defaultFrame = x: 0, y: 0, width: 600, height: 800