mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
No need for generics in Base.
This commit is contained in:
parent
59b7bf4cbf
commit
88a4c64172
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue