can-reflect
Advanced tools
Comparing version 1.19.0 to 1.19.1
{ | ||
"name": "can-reflect", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "reflection on unknown data types", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
@@ -240,4 +240,4 @@ var QUnit = require('steal-qunit'); | ||
assert.ok(typeReflections.isScopeLike({ | ||
get() {}, | ||
set() {}, | ||
get: function() {}, | ||
set: function() {}, | ||
find() {}, | ||
@@ -244,0 +244,0 @@ peek() {}, |
Sorry, the diff of this file is not supported yet
186133