mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
move File module into fs.coffee. rename File.expand to File.absolute
absolute() is the commonjs form of expand()
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
$ = require 'jquery'
|
||||
_ = require 'underscore'
|
||||
|
||||
{Chrome, File, Process, Dir} = require 'osx'
|
||||
{Chrome, Process, Dir} = require 'osx'
|
||||
File = require 'fs'
|
||||
|
||||
ace = require 'ace/ace'
|
||||
canon = require 'pilot/canon'
|
||||
|
||||
Reference in New Issue
Block a user