mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user