Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
change arguments of the "change" event
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 22, 2018
1 parent 8fa6857 commit f9a3ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Bundle/Package.coffee
Expand Up @@ -186,8 +186,7 @@ class Package
return asset._unload()

else
evt.pack = this
@bundle.emitAsync 'change', evt
@bundle.emitAsync 'change', evt, this

if evt.new
@assets[evt.name] = true
Expand Down

0 comments on commit f9a3ef4

Please sign in to comment.