Delete unused param

This commit is contained in:
Nathan Sobo
2013-05-03 17:19:11 -06:00
parent 69300e0766
commit 9147e86d96

View File

@@ -28,7 +28,7 @@ class UndoManager
@clear()
throw e
transact: (fn) ->
transact: ->
isNewTransaction = not @currentTransaction?
@currentTransaction ?= []
isNewTransaction