Merge pull request #3021 from dmnd/patch-1

Fix typo in event trigger
This commit is contained in:
Kevin Sawicki
2014-07-21 08:51:49 -07:00

View File

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