mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Delete unused param
This commit is contained in:
@@ -28,7 +28,7 @@ class UndoManager
|
||||
@clear()
|
||||
throw e
|
||||
|
||||
transact: (fn) ->
|
||||
transact: ->
|
||||
isNewTransaction = not @currentTransaction?
|
||||
@currentTransaction ?= []
|
||||
isNewTransaction
|
||||
|
||||
Reference in New Issue
Block a user