Skip to content

Commit

Permalink
Remove unnecessary @const.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 22, 2018
1 parent 7901dc9 commit 89cc5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polymer-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export { html } from './lib/utils/html-tag.js';
* @summary Custom element base class that provides the core API for Polymer's
* key meta-programming features including template stamping, data-binding,
* attribute deserialization, and property change observation
* @const
*/
export const PolymerElement = ElementMixin(HTMLElement);

0 comments on commit 89cc5c6

Please sign in to comment.