can-reflect
Advanced tools
Comparing version 1.17.8 to 1.17.9
{ | ||
"name": "can-reflect", | ||
"version": "1.17.8", | ||
"version": "1.17.9", | ||
"description": "reflection on unknown data types", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
@@ -164,3 +164,3 @@ var QUnit = require('steal-qunit'); | ||
.then(function(canSymbol) { | ||
loader.import("./type") | ||
loader.import("can-reflect/reflections/type/type") | ||
.then(function(typeReflections) { | ||
@@ -167,0 +167,0 @@ if(typeof Symbol !== "undefined") { |
180954