From a49c0ec276200e816a53d5f63a32067a82942c14 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 18 Jan 2014 00:49:50 +0000 Subject: [PATCH] add missing semicolons --- static/js/utils.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/utils.js b/static/js/utils.js index 352aa76f..1c3710ab 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -937,7 +937,7 @@ pandora.getDownloadLink = function(item, rightslevel) { torrent = false; } return '/' + item + (torrent ? '/torrent/' : '/download/'); -} +}; pandora.getEditTooltip = function(title) { return function(e) { @@ -1056,7 +1056,7 @@ pandora.getInfoHeight = function(section, includeHidden) { ); } return height; -} +}; pandora.getItem = function(state, str, callback) { if (state.type == pandora.site.itemName.plural.toLowerCase()) { @@ -1145,7 +1145,7 @@ pandora.getItem = function(state, str, callback) { } else { callback(); } -} +}; pandora.getItemFind = function(find) { var itemFind = ''; @@ -1650,7 +1650,7 @@ pandora.getVideoURL = function(id, resolution, part) { .replace('{resolution}', resolution) .replace('{uid}', Ox.uid()); return prefix + '/' + id + '/' + resolution + 'p' + part + '.' + pandora.user.videoFormat; -} +}; pandora.getVideoOptions = function(data) { var canPlayClips = data.editable || pandora.site.capabilities.canPlayClips[pandora.user.level] >= data.rightslevel,