summaryrefslogtreecommitdiff
path: root/www/js/api.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:40:58 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:40:58 -0400
commitf1453c8cb16b620b56504be26f74bb162a01110a (patch)
tree33d1c8135d6d2f445f8cc6ac69516166c8a8d202 /www/js/api.js
parentd47fade7099b96fdabb3a5fd3d6196b9a66ce49e (diff)
downloadhtml5ks-f1453c8cb16b620b56504be26f74bb162a01110a.tar.xz
html5ks-f1453c8cb16b620b56504be26f74bb162a01110a.zip
fix jshint errors
Diffstat (limited to 'www/js/api.js')
-rw-r--r--www/js/api.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/api.js b/www/js/api.js
index da45467..d05611e 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -332,7 +332,6 @@ window.html5ks.api = {
}
if (char.kind === "nvl") {
- var deferred = when.defer();
html5ks.elements.nvlsay.innerHTML += "<span class='nvl-block'>" + text + "</span>";
html5ks.elements.nvlctc.style.display = "block";
html5ks.next = function () {