mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Stub out Decoration::destroy and Decoration::update
This commit is contained in:
@@ -19,6 +19,12 @@ class Decoration
|
||||
@params.id = @id
|
||||
@flashQueue = null
|
||||
|
||||
destroy: ->
|
||||
# TODO: implement
|
||||
|
||||
update: (newParams) ->
|
||||
# TODO: implement
|
||||
|
||||
getParams: ->
|
||||
@params
|
||||
|
||||
|
||||
Reference in New Issue
Block a user