This commit is contained in:
Nathan Sobo 2012-04-09 15:53:33 -06:00
parent 7ded50c19d
commit 77606b969c

View File

@ -47,7 +47,6 @@ describe "editor.", ->
editor.setBuffer new Buffer(require.resolve('fixtures/huge.js'))
editor.moveCursorToBottom()
endPosition = editor.getCursorScreenPosition()
console.log endPosition
fbenchmark "move-to-beginning-of-word", ->
editor.moveCursorToBeginningOfWord()