Commit 078c5003 authored by Juan Corona's avatar Juan Corona

Small reduction of duplicated line of code in `Guest < Delegator`

parent acddfb66
...@@ -175,7 +175,7 @@ module.exports = class Guest extends Delegator ...@@ -175,7 +175,7 @@ module.exports = class Guest extends Delegator
for name, plugin of @plugins for name, plugin of @plugins
@plugins[name].destroy() @plugins[name].destroy()
this.removeEvents() super
anchor: (annotation) -> anchor: (annotation) ->
self = this self = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment