Comparing version 0.3.13 to 0.3.14
@@ -8,2 +8,12 @@ (function() { | ||
if (!defineProperty) { | ||
defineProperty = function(obj, key, descriptor) { | ||
var value; | ||
if (descriptor) { | ||
value = descriptor.value; | ||
} | ||
obj[key] = value; | ||
}; | ||
} | ||
module.exports = function(object, key, value, aOptions) { | ||
@@ -10,0 +20,0 @@ var descriptor, isAccessor, writable; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/snowyu/util-ex.js", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Riceball LEE", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112037
1829