6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
Template.playClipButton.helpers({
|
|
isPlaying: function() {
|
|
return isPlaying();
|
|
}
|
|
});
|