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

♻️ Expose external FIE methods publicly #14904

Closed
wants to merge 3 commits into from

Conversation

jridgewell
Copy link
Contributor

Both of these are called outside the class context, so are really public.

Part of #14761.

Both of these are called outside the class context, so are really public.
@@ -406,8 +406,8 @@ export class FriendlyIframeEmbed {
return this.signals_.whenSignal(CommonSignals.INI_LOAD);
}

/** @private */
startRender_() {
/** */
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove.

@jridgewell jridgewell changed the title Expose external methods publicly ♻️ Expose external FIE methods publicly Apr 26, 2018
@@ -463,9 +462,8 @@ export class FriendlyIframeEmbed {

/**
* @param {boolean} visible
* @private
Copy link
Contributor

Choose a reason for hiding this comment

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

@protected

@@ -406,8 +406,7 @@ export class FriendlyIframeEmbed {
return this.signals_.whenSignal(CommonSignals.INI_LOAD);
}

/** @private */
Copy link
Contributor

Choose a reason for hiding this comment

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

@protected

@jridgewell jridgewell closed this Apr 27, 2018
@jridgewell jridgewell deleted the unused-private-fie branch April 27, 2018 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants