diff --git a/www/common/media-tag.js b/www/common/media-tag.js index 86bf27b03..186fe4632 100644 --- a/www/common/media-tag.js +++ b/www/common/media-tag.js @@ -40,7 +40,7 @@ if (metadata.type === 'application/x-javascript') { return true; } if (metadata.type === 'application/xml') { return true; } return false; - } + }; // Default config, can be overriden per media-tag call var config = {