From 75f26869bacb18c10cbfaf68cd5ced049553bd10 Mon Sep 17 00:00:00 2001 From: Justin Meyer Date: Thu, 5 Apr 2018 13:15:58 -0500 Subject: [PATCH] jshint --- utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.js b/utils.js index d81a1a7..68cc937 100644 --- a/utils.js +++ b/utils.js @@ -1,4 +1,3 @@ -var canReflect = require("can-reflect"); var utils = { isContainer: function (current) { var type = typeof current;