From f2a44a5832777bef9454ce26ecdeb718b4e43201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sun, 27 Dec 2015 14:49:31 +0100 Subject: [PATCH] Remove Base#class again as it's causing issues in lookup tables. --- src/core/Base.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/Base.js b/src/core/Base.js index 718b8660..0ad6ab0f 100644 --- a/src/core/Base.js +++ b/src/core/Base.js @@ -36,17 +36,6 @@ Base.inject(/** @lends Base# */{ }, []).join(', ') + ' }'; }, - /** - * The class of the object as a constructor function. - * The same as {@link #constructor}. - * - * @beans - */ - getClass: function() { - // This is mainly here to create symmetry with the the #getItems() API. - return this.constructor; - }, - /** * The class name of the object as a string, if the prototype defines a * `_class` value.