Skip to content

Commit 4ae65ba

Browse files
author
Steven Orvell
committed
[ci skip] minor doc edits.
1 parent 46c1046 commit 4ae65ba

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/legacy/polymer.dom.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@
285285
* API.
286286
*
287287
* @namespace
288+
* @summary Legacy DOM and Event manipulation API wrapper factory used to
289+
* abstract differences between native Shadow DOM and "Shady DOM."
288290
* @memberof Polymer
289291
* @param {Node|Event} obj Node or event to operate on
290292
* @return {DomApi|EventApi} Wrapper providing either node API or event API

lib/mixins/element-mixin.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@
732732
* instance counts.
733733
*
734734
* @namespace
735+
* @summary Provides basic tracking of element definitions (registrations) and
736+
* instance counts.
735737
*/
736738
Polymer.telemetry = {
737739
/**

0 commit comments

Comments
 (0)