summaryrefslogtreecommitdiff
path: root/www/js/musicpools.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/musicpools.js')
-rw-r--r--www/js/musicpools.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/musicpools.js b/www/js/musicpools.js
index 00cffe3..1e9025f 100644
--- a/www/js/musicpools.js
+++ b/www/js/musicpools.js
@@ -108,7 +108,6 @@ Rivendell.MusicpoolsView.prototype.updateSelector = function() {
this.getCurrentPoolView().render();
};
-// this and jinglegroup are basicly the same thing
Rivendell.Musicpool = function(groupName, description, lowcart, highcart, normlevel, trimlevel, title, clock) {
if (arguments.length === 1) {
Rivendell.Group.call(this, groupName);