From 05f5629ba75a943e5d08c02597b8ff3188cd3556 Mon Sep 17 00:00:00 2001 From: Peter Elmers Date: Thu, 21 Apr 2016 19:13:27 -0500 Subject: [PATCH] Please linter --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index 25a6436..36f3430 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -464,7 +464,7 @@ plugins.factory('userPlugins', function() { element = angular.element('') .attr('src', embedurl) .attr('width', '100%') - .attr('height', '480') + .attr('height', '480'); return element.prop('outerHTML'); } });