tripartite
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tripartite", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple and fast javascript templating library", | ||
@@ -5,0 +5,0 @@ "main": "tripartite.js", |
@@ -21,5 +21,9 @@ | ||
// to be the window object | ||
secondaryTemplateFunctionObject: window | ||
secondaryTemplateFunctionObject: null | ||
}; | ||
if(typeof window != 'undefined') { | ||
Tripartite.secondaryTemplateFunctionObject = window | ||
} | ||
(function(t) { | ||
@@ -26,0 +30,0 @@ var st = t.secondaryTemplateFunctionObject; |
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
5631
3
245