Don't clone state in EditSession.getState()

This commit is contained in:
Nathan Sobo
2013-07-20 21:21:51 -06:00
parent ff9acb50ff
commit 97c4b9a83a

View File

@@ -108,7 +108,7 @@ class EditSession
@off()
serialize: -> @state.clone()
getState: -> @serialize()
getState: -> @state
# Creates an {EditSession} with the same initial state
copy: ->