Add 'Sync' to end of Project's synchronous open methods

Remove 'Async' from Project's asynchronous open methods
Esse commit está contido em:
probablycorey
2013-10-15 09:45:43 -07:00
commit af8ecef30d
10 arquivos alterados com 54 adições e 54 exclusões
+1 -1
Ver Arquivo
@@ -31,7 +31,7 @@ describe "editor.", ->
describe "opening-buffers.", ->
benchmark "300-line-file.", ->
buffer = project.bufferForPath('medium.coffee')
buffer = project.bufferForPathSync('medium.coffee')
describe "empty-file.", ->
benchmark "insert-delete", ->