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

Fix - Configure ignoring options when has source attribute #1567

Merged
merged 1 commit into from Feb 9, 2018

Conversation

vagnervjs
Copy link
Member

TL/DR: The current implementation ignores the options object if it has a source or sources attribute.

This will cause an incorrect behavior: when user want to reconfigure some options and load a new source (at the same time), this will not happen, because the configure method will ignore the options in favor of loading the source.

This change will ensure that the two actions (load/configure) happen.

The current implementation ignores the options object if it has a `source` or `sources` attribute.
This will cause an incorrect behavior: when user want to reconfigure some options and load a new source (at the same time), this will not happen, because the configure method will ignore the options in favor of loading the source.
This change will ensure that the two actions (load/configure) happen.
@vagnervjs vagnervjs changed the title Fix - Configure Fix - Configure ignoring options when has source attribute Feb 9, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 76.224% when pulling d705c05 on vagnervjs:fix/configure into 8efa5dc on clappr:master.

@leandromoreira leandromoreira merged commit 64afb50 into clappr:master Feb 9, 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

4 participants