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

rewards-integration - new action signal names #82

Merged
ff shadow dom support
  • Loading branch information
trickpattyFH20 committed May 29, 2018
commit c71c793038162e6f87093da2a46fcd5a00f284e3
@@ -0,0 +1,8 @@
import React from 'react';
import renderer from 'react-test-renderer';
import { MemoryRouter } from 'react-router';
import HotDog from '../HotDog';

global.t = function (str) {
return str;
};
@@ -67,7 +67,7 @@ class RewardsApp {
}

start() {
if (BROWSER_INFO.name === 'chrome') {
if (document.head.createShadowRoot || document.head.attachShadow) {
this.renderShadow();
} else {
// use iframe to encapsulate CSS - fallback for everything else besides chrome
ProTip! Use n and p to navigate between commits in a pull request.