This commit is contained in:
Chris Kleeschulte 2017-07-25 09:21:43 -04:00
parent c7c9052034
commit 594452e7ba

View File

@ -140,8 +140,8 @@ HeaderService.prototype.getPublishEvents = function() {
{ {
name: 'header/block', name: 'header/block',
scope: this, scope: this,
subscribe: this.subscribe.bind(this, 'header'), subscribe: this.subscribe.bind(this, 'block'),
unsubscribe: this.unsubscribe.bind(this, 'header') unsubscribe: this.unsubscribe.bind(this, 'block')
} }
]; ];