🎨 Remove parens

This commit is contained in:
Kevin Sawicki 2015-12-15 16:46:53 -08:00
parent aedfd3bf0e
commit d44a9d1fcc

View file

@ -54,7 +54,7 @@ deprecate.event = (emitter, oldName, newName, fn) ->
# Print deprecation warning.
deprecate.warn = (oldName, newName) ->
deprecate.log("#{oldName} is deprecated. Use #{newName} instead.")
deprecate.log "#{oldName} is deprecated. Use #{newName} instead."
# Print deprecation message
deprecate.log = (message) ->