Please linter
This commit is contained in:
parent
0b98f4c8f6
commit
05f5629ba7
|
@ -464,7 +464,7 @@ plugins.factory('userPlugins', function() {
|
||||||
element = angular.element('<iframe></iframe>')
|
element = angular.element('<iframe></iframe>')
|
||||||
.attr('src', embedurl)
|
.attr('src', embedurl)
|
||||||
.attr('width', '100%')
|
.attr('width', '100%')
|
||||||
.attr('height', '480')
|
.attr('height', '480');
|
||||||
return element.prop('outerHTML');
|
return element.prop('outerHTML');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue