Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor html5_video: deleting src attribute using removeAttribute... #1615

Merged
merged 1 commit into from Mar 28, 2018

Conversation

vagnervjs
Copy link
Member

… method instead delete operator

The delete operator is valid only for literal objects, removeAttribute is the appropriate way to remove an attribute of a DOM Element.

…thod instead delete operator

The delete operator is valid only for literal objects, removeAttribute is the appropriate way to remove an attribute of a DOM Element.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 76.31% when pulling eee4882 on vagnervjs:fix/remove-src-attr into 85ad15b on clappr:master.

@leandromoreira leandromoreira merged commit 26de443 into clappr:master Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants