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. #