domql 1.5.66 → 1.5.67

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "DOM rendering Javascript framework at early stage.",
4
4
  "private": false,
5
5
  "author": "symbo.ls",
6
- "version": "1.5.66",
6
+ "version": "1.5.67",
7
7
  "repository": "https://github.com/domql/domql",
8
8
  "publishConfig": {
9
9
  "registry": "https://registry.npmjs.org"
@@ -112,7 +112,7 @@ const create = (element, parent, key, options = OPTIONS.create || {}) => {
112
112
  // Only resolve extends, skip everything else
113
113
  if (options.onlyResolveExtends) {
114
114
  applyExtend(element, parent, options)
115
- //if (!element.__attr) element.__attr = {}
115
+ // if (!element.__attr) element.__attr = {}
116
116
 
117
117
  for (const param in element) {
118
118
  const prop = element[param]
@@ -128,8 +128,8 @@ const create = (element, parent, key, options = OPTIONS.create || {}) => {
128
128
  }
129
129
  }
130
130
 
131
- //createNode(element, options)
132
- return element;
131
+ // createNode(element, options)
132
+ return element
133
133
  }
134
134
 
135
135
  // assign context