we still use open()

This commit is contained in:
Chris Wanstrath
2011-08-29 22:49:51 -07:00
parent 6ef437167c
commit 5770b38c5d

View File

@@ -32,7 +32,7 @@ save = ->
File.write filename, editor.getSession().getValue()
setMode()
Chrome.setDirty false
exports.open = (path) ->
exports.open = open = (path) ->
filename = path
if Dir.isDir(filename)