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

Prepare google_codelab for extension. #640

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Conversation

DragonRider0o0
Copy link
Contributor

  • Private properties to protected
    • steps_ as steps
    • currentSelectedStep_ as currentSelectedStep
  • Private methods to protected
    • this.setupDom_ to this.setupDom
    • this.addEvents_ to this.addEvents
    • this.saveStep_ to this.saveStep
  • Extract protected firePageViewEvent method from showSelectedStep_ and firePageLoadEvents_
  • Remove steps getter

* Private properties to protected
  * `steps_` as `steps`
  * `currentSelectedStep_` as `currentSelectedStep`
* Private methods to protected
  * `this.setupDom_` to `this.setupDom`
  * `this.addEvents_` to `this.addEvents`
  * `this.saveStep_` to `this.saveStep`
* Extract protected `firePageViewEvent` method from `showSelectedStep_` and `firePageLoadEvents_`
* Remove `steps` getter
@DragonRider0o0 DragonRider0o0 merged commit d117739 into main Sep 14, 2021
@DragonRider0o0 DragonRider0o0 deleted the DragonRider0o0-patch-1 branch September 14, 2021 20:51
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