From 8f9c4bc6783633407cbc5799a0df2e618bb66c22 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 31 Dec 2013 10:43:23 -0800 Subject: Appease JSHint. --- www/js/api.js | 4 ++-- www/js/imachine.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/js/api.js b/www/js/api.js index 2c31c7b..14b6a97 100644 --- a/www/js/api.js +++ b/www/js/api.js @@ -104,7 +104,7 @@ window.html5ks.api = new (function () { var types = { "webm": "webm", "ogg": "ogv", - "h264": "mp4", + "h264": "mp4" }; for (var type in types) { if (Modernizr.video[type]) { @@ -521,4 +521,4 @@ window.html5ks.api = new (function () { html5ks.state[type] = status; document.getElementById(type).style.display = status ? "block" : "none"; } -};}); +};})(); 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; } }; -}); +})(); -- cgit v1.2.3-54-g00ecf