summaryrefslogtreecommitdiff
path: root/www/js/musicpools.js
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2016-01-29 14:06:18 (GMT)
committerPeterTheOne <petertheone@gmail.com>2016-01-29 14:06:18 (GMT)
commitf306d3578d0ec18e34df3b7ed30e20fa71339bf6 (patch)
treea95f562a6698d139e0a2901e3b7985a9080b0b5a /www/js/musicpools.js
parentc09725d1a62830d69daf8d286638e0d334394f78 (diff)
move authLogin function to rivendel.rh.js, use more namespaces in jingles
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);