From 3d53749771432527f8c2af959346409e81bb0b5c Mon Sep 17 00:00:00 2001 From: Desmond Brand Date: Mon, 21 Jul 2014 00:20:39 -0700 Subject: [PATCH] Fix typo in event trigger destoryed -> destroyed --- src/decoration.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoration.coffee b/src/decoration.coffee index 7ac64d4e6..96acfcee1 100644 --- a/src/decoration.coffee +++ b/src/decoration.coffee @@ -61,7 +61,7 @@ class Decoration return if @isDestroyed @isDestroyed = true @displayBuffer.removeDecoration(this) - @emit 'destoryed' + @emit 'destroyed' # Public: Update the marker with new params. Allows you to change the decoration's class. #