Fix typo in event trigger

destoryed -> destroyed
This commit is contained in:
Desmond Brand 2014-07-21 00:20:39 -07:00
parent 79ee887c9a
commit 3d53749771

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