From 7ed834bb8775cb900637ad163943119ec246ece5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20L=C3=B3pez=20Lugo?= Date: Wed, 17 Jan 2018 10:04:26 -0400 Subject: [PATCH] General Improvements --- pt-tags-input.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pt-tags-input.html b/pt-tags-input.html index 79e72a5..4364663 100644 --- a/pt-tags-input.html +++ b/pt-tags-input.html @@ -3,7 +3,6 @@ - @@ -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'; } @@ -161,4 +160,4 @@ window.customElements.define(PtTagsInput.is, PtTagsInput); - + \ No newline at end of file