Skip to content

Commit

Permalink
Add private JSDoc annotations [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 5, 2018
1 parent acc40d6 commit 1cd56bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-context-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
*
* @memberof Vaadin
* @private
*/
class ContextMenuOverlayElement extends Vaadin.OverlayElement {
static get is() {
Expand Down
1 change: 1 addition & 0 deletions src/vaadin-device-detector.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Element for internal use only.
*
* @memberof Vaadin
* @private
*/
class DeviceDetectorElement extends (class extends Polymer.Element {}) {

Expand Down

0 comments on commit 1cd56bd

Please sign in to comment.