.extend()
should allow empty calls, so we can extend it fastly
#3
Labels
.extend()
should allow empty calls, so we can extend it fastly
#3
On some cases you could want to create a Class and then extend it without giving methods to prototype, so we must allow
.extend()
.Currently it isn't supported.
The text was updated successfully, but these errors were encountered: