summaryrefslogtreecommitdiff
path: root/www/js/html5ks.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-12-03 14:22:05 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2013-12-03 14:22:05 -0500
commit38779737f641904829b8d07428ea7865309dc907 (patch)
treea18c72705524314228934c8db0a057601bac2f0a /www/js/html5ks.js
parentc2532af145df03f47aa83ccdad301feed163d584 (diff)
downloadhtml5ks-38779737f641904829b8d07428ea7865309dc907.tar.xz
html5ks-38779737f641904829b8d07428ea7865309dc907.zip
More refactoring.
Diffstat (limited to 'www/js/html5ks.js')
-rw-r--r--www/js/html5ks.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js
index 7a1f91c..73157bf 100644
--- a/www/js/html5ks.js
+++ b/www/js/html5ks.js
@@ -59,7 +59,10 @@ window.html5ks = {
}
},
state: {},
- next: function () {},
+ next: function () {
+ html5ks._next();
+ html5ks._next = function () {};
+ },
initElements: function () {
this.elements = {
all: document.getElementById("all"),