@saasquatch/squatch-js 2.3.2-30 → 2.3.2-31
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/squatch.esm.js +1 -1
- package/dist/squatch.js +1 -1
- package/dist/squatch.min.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/squatch.esm.js
CHANGED
|
@@ -706,7 +706,7 @@ class EmbedWidget extends Widget {
|
|
|
706
706
|
} else if (container) {
|
|
707
707
|
element = null;
|
|
708
708
|
|
|
709
|
-
_log$5("
|
|
709
|
+
_log$5("container must be an HTMLElement", container); // find element on page
|
|
710
710
|
|
|
711
711
|
} else {
|
|
712
712
|
element = document.querySelector("#squatchembed") || document.querySelector(".squatchembed");
|
package/dist/squatch.js
CHANGED
|
@@ -733,7 +733,7 @@ class EmbedWidget extends Widget {
|
|
|
733
733
|
} else if (container) {
|
|
734
734
|
element = null;
|
|
735
735
|
|
|
736
|
-
_log$5("
|
|
736
|
+
_log$5("container must be an HTMLElement", container); // find element on page
|
|
737
737
|
|
|
738
738
|
} else {
|
|
739
739
|
element = document.querySelector("#squatchembed") || document.querySelector(".squatchembed");
|