Skip to content

Commit

Permalink
General Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuslopezlugo committed Jan 17, 2018
1 parent 70687bf commit 7ed834b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pt-tags-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<link rel="import" href="../paper-input/paper-input.html" async>
<link rel="import" href="../iron-iconset-svg/iron-iconset-svg.html" async>
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html" async>
<link rel="import" href="../iron-form-element-behavior/iron-form-element-behavior.html">
<link rel="import" href="../iron-validatable-behavior/iron-validatable-behavior.html">

<dom-module id="pt-tags-input">
Expand Down Expand Up @@ -83,7 +82,7 @@
* @polymer
* @demo demo/index.html
*/
class PtTagsInput extends Polymer.mixinBehaviors([Polymer.IronValidatableBehavior, Polymer.IronFormElementBehavior, Polymer.GestureEventListeners], Polymer.Element) {
class PtTagsInput extends Polymer.mixinBehaviors([Polymer.IronValidatableBehavior, Polymer.GestureEventListeners], Polymer.Element) {
static get is(){
return 'pt-tags-input';
}
Expand Down Expand Up @@ -161,4 +160,4 @@

window.customElements.define(PtTagsInput.is, PtTagsInput);
</script>
</dom-module>
</dom-module>

0 comments on commit 7ed834b

Please sign in to comment.