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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/api.js b/www/js/api.js
index 8afa4a6..833b120 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -24,7 +24,7 @@ window.html5ks.api = new (function () {
switch (audio.volume) {
case 0:
audio.pause();
- // break;
+ /* falls through */
case 1:
clearInterval(this._fading);
}
@@ -389,7 +389,6 @@ window.html5ks.api = new (function () {
},
say: function (chrName, str, extend) {
- if (extend) debugger;
var deferred = when.defer(),
chr = typeof chrName === "string" ? html5ks.data.characters[chrName] : chrName,
w = /{w=?(\d*\.\d*)?}(.*)/.exec(str);