liabru / matter-attractors

an attractors plugin for matter.js
MIT License
148 stars 31 forks source link

Not working in IE11 #10

Open exophunk opened 6 years ago

exophunk commented 6 years ago

The plugin is breaking when running in IE11. You can try it with your example page aswell.

Error is: "Invalid calling object"...

tmarkovic commented 5 years ago

I just bumped into this problem and solved it by replacing Common.isString(dependency) with typeof dependency === 'string'

https://github.com/liabru/matter-js/blob/2ec247b7af1c6b5da6ee05c73274ed5822c73503/src/core/Plugin.js#L242-L244