mam 1.11.699 → 1.11.700
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/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -12196,7 +12196,7 @@ var $;
|
|
|
12196
12196
|
return node;
|
|
12197
12197
|
}
|
|
12198
12198
|
auto() {
|
|
12199
|
-
return
|
|
12199
|
+
return [];
|
|
12200
12200
|
}
|
|
12201
12201
|
render() {
|
|
12202
12202
|
const node = this.dom_node_actual();
|