No need for generics in Base.

This commit is contained in:
Jürg Lehni 2013-12-02 14:42:27 +01:00
parent 59b7bf4cbf
commit 88a4c64172

View file

@ -18,9 +18,6 @@
// Extend Base with utility functions used across the library. Also set
// this.Base on the injection scope, since straps.js ommits that.
Base.inject(/** @lends Base# */{
// Have generics versions of #clone() and #toString():
generics: true,
/**
* Renders base objects to strings in object literal notation.
*/