mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
Mark some ephemeral super classes as private.
This commit is contained in:
@@ -24,6 +24,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* @implements {Polymer_PropertyEffects}
|
||||
* @implements {Polymer_OptionalMutableData}
|
||||
* @implements {Polymer_GestureEventListeners}
|
||||
* @private
|
||||
*/
|
||||
const domBindBase =
|
||||
Polymer.GestureEventListeners(
|
||||
|
||||
@@ -24,6 +24,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* @constructor
|
||||
* @implements {Polymer_OptionalMutableData}
|
||||
* @extends {Polymer.Element}
|
||||
* @private
|
||||
*/
|
||||
const domRepeatBase = Polymer.OptionalMutableData(Polymer.Element);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user