deep-core
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -61,2 +61,4 @@ /** | ||
func.bind(handler); // avoid scope issues | ||
if (typeof func === 'function') { | ||
@@ -63,0 +65,0 @@ Object.defineProperty(this._target, prop, { value: func }); |
{ | ||
"name": "deep-core", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
92890
1880