Comparing version 0.5.1 to 0.5.2
@@ -72,3 +72,3 @@ /** | ||
tpl_engine_type: "ejs", //模版引擎名称 | ||
tpl_engine_config: {}, //模版引擎需要的配置 | ||
tpl_engine_config: {}, | ||
@@ -75,0 +75,0 @@ cache_type: "File", //数据缓存类型 |
@@ -9,3 +9,2 @@ /** | ||
var EventEmitter = require('events').EventEmitter; | ||
var util = require("util"); | ||
@@ -28,8 +27,4 @@ module.exports = Class(function(){ | ||
initHttp: function(){ | ||
var fn = function(){ | ||
EventEmitter.call(this); | ||
}; | ||
fn.prototype.startTime = Date.now(); | ||
util.inherits(fn, EventEmitter); | ||
this.http = new fn(); | ||
this.http = new EventEmitter(); | ||
this.http.startTime = Date.now(); | ||
}, | ||
@@ -36,0 +31,0 @@ run: function(callback){ |
{ | ||
"name": "thinkjs", | ||
"description": "thinkphp web framework for nodejs", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "welefen", |
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
213216
6688