- Remove
instanceof
checks and replace with simple API checks to fix issues where using Snowboard abstracts would failinstanceof
checks because the prototype chain was different - as long as the API of the plugin class is complete, that is all that matters.