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: bumper and ima-dai integration #245

Merged
merged 2 commits into from
Jun 16, 2019
Merged

fix: bumper and ima-dai integration #245

merged 2 commits into from
Jun 16, 2019

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Jun 16, 2019

Description of the Changes

set bumper config

disableMediaPreload: true,
position: [0]

to avoid conflicts with dai plugin

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@yairans yairans requested a review from a team June 16, 2019 14:13
@yairans yairans self-assigned this Jun 16, 2019
* @returns {void}
*/
function configureBumperDefaultOptions(options: KPOptionsObject): void {
if (options.plugins && options.plugins.bumper && !options.plugins.bumper.disable && options.plugins.imadai && !options.plugins.imadai.disable) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use Utils.Object.hasPropertyPath

@yairans yairans merged commit 27d7b4b into master Jun 16, 2019
@yairans yairans deleted the bumper-dai branch June 16, 2019 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants