Skip to content

Commit

Permalink
Remove unused Sidebar privates (#14884)
Browse files Browse the repository at this point in the history
* Remove unused Sidebar Toolbar height private

* Remove unused Sidebar private
  • Loading branch information
jridgewell authored Apr 26, 2018
1 parent d6f666d commit afba113
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions extensions/amp-sidebar/0.1/amp-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export class AmpSidebar extends AMP.BaseElement {
/** @private {boolean} */
this.bottomBarCompensated_ = false;

/** @private {number|string|null} */
this.openOrCloseTimeOut_ = null;

/** @const {function()} */
this.boundOnAnimationEnd_ =
debounce(this.win, this.onAnimationEnd_.bind(this), ANIMATION_TIMEOUT);
Expand Down
3 changes: 0 additions & 3 deletions extensions/amp-sidebar/0.1/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export class Toolbar {
/** @private {!Element} */
this.toolbarDomElement_ = element;

/** @private {number|undefined} */
this.height_ = undefined;

/** @const @private {!../../../src/service/vsync-impl.Vsync} */
this.vsync_ = vsync;

Expand Down

0 comments on commit afba113

Please sign in to comment.