Remove Base#class again as it's causing issues in lookup tables.

This commit is contained in:
Jürg Lehni 2015-12-27 14:49:31 +01:00
parent de532aac2f
commit f2a44a5832

View file

@ -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.