summaryrefslogtreecommitdiff
path: root/www/js/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/api.js')
-rw-r--r--www/js/api.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/api.js b/www/js/api.js
index 46e8f54..b74c1ae 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -69,7 +69,7 @@ window.html5ks.api = {
_nextType();
},
- play: function (channel, name, ignore, fade) {
+ play: function (channel, name, _, fade) {
this.stop(channel);
var deferred = when.defer(),
audio = html5ks.elements.audio[channel];
@@ -215,7 +215,7 @@ window.html5ks.api = {
},
- window: function (action, transition) {
+ window: function (action) {
var windw = html5ks.elements.window;
switch (action) {
case true:
@@ -504,7 +504,7 @@ window.html5ks.api = {
return deferred.promise;
},
- nvl: function (action, transition) {
+ nvl: function (action) {
var nvl = html5ks.elements.nvl;
switch (action) {
case true: