Make tokenization synchronous in all specs

Disabled some specs that need to make it asynchronous again… will deal with those soon.
This commit is contained in:
Nathan Sobo
2012-11-21 08:22:13 -07:00
parent b011c0ab88
commit 5aba8596a9
6 changed files with 18 additions and 17 deletions

View File

@@ -84,9 +84,6 @@ class EditSession
copy: ->
EditSession.deserialize(@serialize(), @project)
activate: ->
@displayBuffer.tokenizeInBackground()
isEqual: (other) ->
return false unless other instanceof EditSession
@buffer == other.buffer and