Comparing version 2.0.12 to 2.0.13
@@ -454,3 +454,3 @@ (function (ntils) { | ||
ntils.create = function (proto, props) { | ||
if (Object.create) return Object.create(proto); | ||
if (Object.create) return Object.create(proto, props); | ||
var Cotr = function () { }; | ||
@@ -457,0 +457,0 @@ Cotr.prototype = proto; |
{ | ||
"name": "ntils", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "一个 Node & Browser 工具函数集", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
17942