render-core 1.2.15 → 1.2.16

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.
@@ -6,7 +6,6 @@ export function locateInputAddress(controller) {
6
6
  //判断是否是输入导致的数据更新
7
7
  if (controller.proxyForMethods.hasOwnProperty("origin")) {
8
8
  var doc = Reflect.get(controller.proxyForMethods, "origin");
9
- // @ts-ignore
10
9
  var target = document.getElementById(doc.id);
11
10
  // @ts-ignore
12
11
  target.value = controller.proxyForMethods[doc.name];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "render-core",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "description": "The core of render-js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",