Skip to content

Commit

Permalink
[ci skip] minor doc edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Mar 8, 2017
1 parent 46c1046 commit 4ae65ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/legacy/polymer.dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@
* API.
*
* @namespace
* @summary Legacy DOM and Event manipulation API wrapper factory used to
* abstract differences between native Shadow DOM and "Shady DOM."
* @memberof Polymer
* @param {Node|Event} obj Node or event to operate on
* @return {DomApi|EventApi} Wrapper providing either node API or event API
Expand Down
2 changes: 2 additions & 0 deletions lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@
* instance counts.
*
* @namespace
* @summary Provides basic tracking of element definitions (registrations) and
* instance counts.
*/
Polymer.telemetry = {
/**
Expand Down

0 comments on commit 4ae65ba

Please sign in to comment.