mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Add atom prefix to project references
This commit is contained in:
@@ -31,7 +31,7 @@ class TokenizedBuffer
|
||||
@state = optionsOrState
|
||||
|
||||
# TODO: This needs to be made async, but should wait until the new Telepath changes land
|
||||
@buffer = project.bufferForPathSync(optionsOrState.get('bufferPath'))
|
||||
@buffer = atom.project.bufferForPathSync(optionsOrState.get('bufferPath'))
|
||||
else
|
||||
{ @buffer, tabLength } = optionsOrState
|
||||
@state = atom.site.createDocument
|
||||
|
||||
Reference in New Issue
Block a user