jasmine-auto-spies
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "jasmine-auto-spies", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -147,3 +147,3 @@ "use strict"; | ||
do { | ||
methods = methods.concat(Object.keys(obj)); | ||
methods = methods.concat(Object.getOwnPropertyNames(obj)); | ||
obj = Object.getPrototypeOf(obj); | ||
@@ -150,0 +150,0 @@ } while (obj); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41041
39