wip
This commit is contained in:
parent
c7c9052034
commit
594452e7ba
@ -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')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user