From 68e5cb8af55f9fcbe7f6df414b2bd1bfb70a3e47 Mon Sep 17 00:00:00 2001 From: AmraniCh Date: Thu, 15 Oct 2020 02:33:49 +0100 Subject: [PATCH] Remove the Type object from the public API --- Source/Core/Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core.js b/Source/Core/Core.js index c7bed355f..8ef4d54d4 100644 --- a/Source/Core/Core.js +++ b/Source/Core/Core.js @@ -169,7 +169,7 @@ Function.implement({ // Type -var Type = this.Type = function(name, object){ +var Type = function(name, object){ if (name){ var lower = name.toLowerCase(); var typeCheck = function(item){