Comparing version 0.2.3 to 0.2.4
@@ -12,2 +12,3 @@ (function() { | ||
descriptor = { | ||
configurable: true, | ||
enumerable: false | ||
@@ -17,2 +18,3 @@ }; | ||
descriptor.enumerable = aOptions.enumerable === true; | ||
descriptor.configurable = aOptions.configurable !== false; | ||
if (aOptions.get) { | ||
@@ -19,0 +21,0 @@ isAccessor = true; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/snowyu/util-ex.js", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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
Sorry, the diff of this file is not supported yet
69109
1416