summaryrefslogtreecommitdiff
path: root/www/js/imachine.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-12-31 10:43:23 -0800
committerAlex Xu <alex_y_xu@yahoo.ca>2013-12-31 10:43:23 -0800
commit8f9c4bc6783633407cbc5799a0df2e618bb66c22 (patch)
tree93ed57c81cc1855a168f9d593f0412baa1261091 /www/js/imachine.js
parent2ed42da37ce81b1aecbccd6e937bb47676639f33 (diff)
downloadhtml5ks-8f9c4bc6783633407cbc5799a0df2e618bb66c22.tar.xz
html5ks-8f9c4bc6783633407cbc5799a0df2e618bb66c22.zip
Appease JSHint.
Diffstat (limited to 'www/js/imachine.js')
-rw-r--r--www/js/imachine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/imachine.js b/www/js/imachine.js
index 8ca9cd6..c2cc03b 100644
--- a/www/js/imachine.js
+++ b/www/js/imachine.js
@@ -103,4 +103,4 @@ html5ks.imachine = new (function () {
return deferred.promise;
}
};
-});
+})();