From fe9fec733d7e5fcb9c14228376940ce92a89691c Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 3 Jul 2014 17:56:22 -0700 Subject: [PATCH] Stub out `Decoration::destroy` and `Decoration::update` --- src/decoration.coffee | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/decoration.coffee b/src/decoration.coffee index 9416ba148..b6f05ab49 100644 --- a/src/decoration.coffee +++ b/src/decoration.coffee @@ -19,6 +19,12 @@ class Decoration @params.id = @id @flashQueue = null + destroy: -> + # TODO: implement + + update: (newParams) -> + # TODO: implement + getParams: -> @params