Eliminate rootView.project references.

Esse commit está contido em:
Corey Johnson & Nathan Sobo
2013-02-19 15:15:11 -07:00
commit 0b5ea8578f
22 arquivos alterados com 95 adições e 100 exclusões
+2 -2
Ver Arquivo
@@ -22,7 +22,7 @@ describe "editor.", ->
editor.on 'editor:display-updated', done
runs ->
projectPath = rootView.project.getPath()
projectPath = project.getPath()
$(window).off 'beforeunload'
window.shutdown()
atom.setRootViewStateForPath(projectPath, null)
@@ -38,7 +38,7 @@ describe "editor.", ->
describe "opening-buffers.", ->
benchmark "300-line-file.", ->
buffer = rootView.project.bufferForPath('medium.coffee')
buffer = project.bufferForPath('medium.coffee')
describe "empty-file.", ->
benchmark "insert-delete", ->