a-template
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -7,8 +7,2 @@ "use strict"; | ||
/** | ||
* a-template.js v0.5.0 - Simple Template engine inspired by a-blog cms | ||
* https://github.com/steelydylan/aTemplate.js | ||
* MIT Licensed | ||
* Copyright (C) 2015 steelydylan http://horicdesign.com | ||
*/ | ||
var $ = require("zepto-browserify").$; | ||
@@ -15,0 +9,0 @@ var objs = []; |
{ | ||
"name": "a-template", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": "steelydylan", | ||
@@ -5,0 +5,0 @@ "description": "Simple Template Engine", |
@@ -1,7 +0,1 @@ | ||
/** | ||
* a-template.js v0.5.0 - Simple Template engine inspired by a-blog cms | ||
* https://github.com/steelydylan/aTemplate.js | ||
* MIT Licensed | ||
* Copyright (C) 2015 steelydylan http://horicdesign.com | ||
*/ | ||
var $ = require("zepto-browserify").$; | ||
@@ -454,4 +448,4 @@ var objs = []; | ||
var renderWay = txt || "html"; | ||
if(this.method && this.method.beforeUpdated){ | ||
this.applyMethod("beforeUpdated"); | ||
if(this.beforeUpdated){ | ||
this.beforeUpdated(); | ||
} | ||
@@ -458,0 +452,0 @@ for(var i = 0,n = templates.length; i < n; i++){ |
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
240859
3218