mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove extra function wrapper
This commit is contained in:
@@ -201,6 +201,6 @@ if Grim.includeDeprecatedAPIs
|
||||
Grim.deprecate 'Use Decoration::getProperties instead'
|
||||
@getProperties()
|
||||
|
||||
Decoration::update = -> (newProperties) ->
|
||||
Decoration::update = (newProperties) ->
|
||||
Grim.deprecate 'Use Decoration::setProperties instead'
|
||||
@setProperties(newProperties)
|
||||
|
||||
Reference in New Issue
Block a user