Skip to content

Commit

Permalink
Mark some ephemeral super classes as private.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jul 23, 2018
1 parent 642f94f commit 8728287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/elements/dom-bind.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { GestureEventListeners } from '../mixins/gesture-event-listeners.js';
* @implements {Polymer_PropertyEffects}
* @implements {Polymer_OptionalMutableData}
* @implements {Polymer_GestureEventListeners}
* @private
*/
const domBindBase =
GestureEventListeners(
Expand Down
1 change: 1 addition & 0 deletions lib/elements/dom-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { timeOut, microTask } from '../utils/async.js';
* @constructor
* @implements {Polymer_OptionalMutableData}
* @extends {PolymerElement}
* @private
*/
const domRepeatBase = OptionalMutableData(PolymerElement);

Expand Down

0 comments on commit 8728287

Please sign in to comment.