不要怂,就是干,撸起袖子干!

Commit 5788e91a by Jan Aagaard Meier

Remove deprecation warning for node < 0.6 (closes #486)

1 parent 05bcc45c
Showing with 0 additions and 4 deletions
...@@ -4,10 +4,6 @@ var Utils = require("./utils") ...@@ -4,10 +4,6 @@ var Utils = require("./utils")
, DAOFactoryManager = require("./dao-factory-manager") , DAOFactoryManager = require("./dao-factory-manager")
, QueryInterface = require("./query-interface") , QueryInterface = require("./query-interface")
if (typeof process != 'undefined' && parseFloat(process.version.replace('v', '')) < 0.6) {
console.log("DEPRECATION WARNING: Support for Node.JS < v0.6 will be canceled in the next minor release.")
}
module.exports = (function() { module.exports = (function() {
/** /**
Main class of the project. Main class of the project.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!