UNPKG
grunt-capo
Version:
latest (0.1.0)
0.1.0
Grunt plugin for capo
github.com/msemenistyi/grunt-capo
grunt-capo
/
test
/
fixtures
/
nested_folder
/
nested_file.js
11 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
function
bindListeners_
()
{ mediator.on(
'player-controller:player'
,
function
(name)
{
self
.playerName = name; }); mediator.publish(
'player:initialize'
, {player:
2
}); }