Please linter

This commit is contained in:
Peter Elmers 2016-04-21 19:13:27 -05:00
parent 0b98f4c8f6
commit 05f5629ba7

View file

@ -464,7 +464,7 @@ plugins.factory('userPlugins', function() {
element = angular.element('<iframe></iframe>')
.attr('src', embedurl)
.attr('width', '100%')
.attr('height', '480')
.attr('height', '480');
return element.prop('outerHTML');
}
});