🎨 Drop unneeded detail:

This commit is contained in:
Kevin Sawicki
2015-04-07 17:28:02 -07:00
parent 50688973e6
commit ab79f2cf50

View File

@@ -63,7 +63,7 @@ KeymapManager::subscribeToFileReadFailure = ->
else
error.message
atom.notifications.addError(message, {detail: detail, dismissable: true})
atom.notifications.addError(message, {detail, dismissable: true})
# This enables command handlers registered via jQuery to call
# `.abortKeyBinding()` on the `jQuery.Event` object passed to the handler.