Publish "tome:spell-loaded" on spell reloading

This commit is contained in:
Michael Schmatz 2014-10-25 17:00:54 -04:00
parent e09b867a93
commit 56da3af83b

View file

@ -375,6 +375,7 @@ module.exports = class SpellView extends CocoView
reloadCode: (cast=true) ->
@updateACEText @spell.originalSource
@recompile cast
Backbone.Mediator.publish 'tome:spell-loaded', spell: @spell
recompileIfNeeded: =>
@recompile() if @recompileNeeded