j-templates 7.0.38 → 7.0.39

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.
Files changed (2) hide show
  1. package/Node/vNode.js +0 -1
  2. package/package.json +1 -1
package/Node/vNode.js CHANGED
@@ -163,7 +163,6 @@ function CreateChildrenScope(vnode, children, data) {
163
163
  }
164
164
  const nodeList = list_1.List.Create();
165
165
  const scope = Store_1.ObservableScope.Create(WrapChildren(vnode.injector, children, ToArray(data), nodeList));
166
- scope.async = dataIsAsync;
167
166
  Store_1.ObservableScope.OnDestroyed(scope, function () {
168
167
  DestroyNodeList(nodeList);
169
168
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "j-templates",
3
- "version": "7.0.38",
3
+ "version": "7.0.39",
4
4
  "description": "j-templates",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/TypesInCode/jTemplates",