cotomy 0.1.69 → 0.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser/cotomy.js
CHANGED
|
@@ -2525,7 +2525,7 @@ class CotomyApiForm extends CotomyForm {
|
|
|
2525
2525
|
}
|
|
2526
2526
|
class CotomyEntityApiForm extends CotomyApiForm {
|
|
2527
2527
|
get entityKey() {
|
|
2528
|
-
return this.attribute("data-cotomy-entity-key")
|
|
2528
|
+
return this.attribute("data-cotomy-entity-key") || undefined;
|
|
2529
2529
|
}
|
|
2530
2530
|
get requiresEntityKey() {
|
|
2531
2531
|
return this.attribute("data-cotomy-identify") !== "false";
|