tangy-form
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "tangy-form", | ||
"description": "A form element for lazy loaded multipage forms", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"main": "tangy-form.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -293,2 +293,3 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
let inputEls = this.shadowRoot.querySelectorAll('[name]') | ||
let tangyFormStore = this.store | ||
// Declare namespaces for helper functions for the eval context in form.on-change. | ||
@@ -295,0 +296,0 @@ // We have to do this because bundlers modify the names of things that are imported |
240775
4941