a-template
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -8,3 +8,3 @@ /** | ||
* author: steelydylan | ||
* version: 0.0.9 | ||
* version: 0.0.11 | ||
* | ||
@@ -11,0 +11,0 @@ * zepto-browserify: |
@@ -485,4 +485,4 @@ "use strict"; | ||
var renderWay = txt || "html"; | ||
if (this.method && this.method.beforeUpdated) { | ||
this.applyMethod("beforeUpdated"); | ||
if (this.beforeUpdated) { | ||
this.beforeUpdated(); | ||
} | ||
@@ -489,0 +489,0 @@ for (var i = 0, n = templates.length; i < n; i++) { |
{ | ||
"name": "a-template", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "steelydylan", | ||
@@ -5,0 +5,0 @@ "description": "Simple Template Engine", |
Sorry, the diff of this file is too big to display
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
241268