🎨 Remove parens
This commit is contained in:
parent
aedfd3bf0e
commit
d44a9d1fcc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ deprecate.event = (emitter, oldName, newName, fn) ->
|
||||||
|
|
||||||
# Print deprecation warning.
|
# Print deprecation warning.
|
||||||
deprecate.warn = (oldName, newName) ->
|
deprecate.warn = (oldName, newName) ->
|
||||||
deprecate.log("#{oldName} is deprecated. Use #{newName} instead.")
|
deprecate.log "#{oldName} is deprecated. Use #{newName} instead."
|
||||||
|
|
||||||
# Print deprecation message
|
# Print deprecation message
|
||||||
deprecate.log = (message) ->
|
deprecate.log = (message) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue