Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Enriqe committed Apr 14, 2020
1 parent e4ad144 commit 6e267ca
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/amp-story-player-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,18 @@
* limitations under the License.
*/

<<<<<<< HEAD
=======
import {AmpStoryPlayerManager} from './amp-story-player-manager';
import {IframePool} from './amp-story-player-iframe-pool';
>>>>>>> a808afbee... fixes firefox bug
import {Messaging} from '@ampproject/viewer-messaging';
import {VisibilityState} from './visibility-state';
import {
addParamsToUrl,
getFragment,
parseUrlWithA,
removeFragment,
} from './url';
import {applySandbox} from './3p-frame';
import {dict, map} from './utils/object';
// Source for this constant is css/amp-story-player-iframe.css
<<<<<<< HEAD
import {IframePool} from './amp-story-player-iframe-pool';
import {VisibilityState} from './visibility-state';
import {applySandbox} from './3p-frame';
=======
>>>>>>> a808afbee... fixes firefox bug
import {cssText} from '../build/amp-story-player-iframe.css';
import {initLogConstructor} from './log';
import {resetStyles, setStyle, setStyles} from './style';
Expand Down Expand Up @@ -140,8 +132,8 @@ export class AmpStoryPlayer {
return this.element_;
}

/** @private */
buildCallback_() {
/** @public */
buildCallback() {
initLogConstructor();
this.stories_ = toArray(this.querySelectorAll('a'));

Expand Down

0 comments on commit 6e267ca

Please sign in to comment.