Add inspect view of edit-session

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-06-18 15:40:04 -07:00
parent b4e39785e5
commit 4bd5a017cf

View File

@@ -446,4 +446,7 @@ class EditSession
@mergeIntersectingSelections(options)
return
inspect: ->
JSON.stringify @serialize()
_.extend(EditSession.prototype, EventEmitter)