Brian
Brian

Reputation: 615

Kinetic.Global.extend() is not a function

I have some old code that I'm updating to the latest version (4.5.4) and it is giving me the error that Kinetic.Global.extend() is not a function.

I checked and extend() isn't listed in the docs, but is mentioned in the forums. Has it been recently removed? How do I replicate this functionality?

Thanks!

Upvotes: 1

Views: 181

Answers (1)

lavrton
lavrton

Reputation: 20308

This is what you want:

Kinetic.Util.extend

Upvotes: 1

Related Questions