zpin-templates
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -176,3 +176,3 @@ 'use strict'; | ||
// if(params.isArray()&¶ms.length>=3) | ||
node.attribs["onClickCapture"] = "{()=>ZP.analysis.init_monitor_analy('" + url + "','" + params[0] + "','" + params[1] + "','" + params[2] + "')}"; | ||
node.attribs["onClickCapture"] = "{function(){ZP.analysis.init_monitor_analy('" + url + "','" + params[0] + "','" + params[1] + "','" + params[2] + "')}}"; | ||
} | ||
@@ -179,0 +179,0 @@ }); |
{ | ||
"name": "zpin-templates", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Light weight templates for react -> write html get valid react code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -190,3 +190,4 @@ 'use strict'; | ||
// if(params.isArray()&¶ms.length>=3) | ||
node.attribs["onClickCapture"]="{()=>ZP.analysis.init_monitor_analy('"+url+"','"+params[0]+"','"+params[1]+"','"+params[2]+"')}"; | ||
node.attribs["onClickCapture"]="{function(){ZP.analysis.init_monitor_analy('"+url+"','"+params[0]+"','"+params[1]+"','"+params[2]+"')}}"; | ||
} | ||
@@ -193,0 +194,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285259