jquery-circle-progress icon indicating copy to clipboard operation
jquery-circle-progress copied to clipboard

allow passing custom jQuery into UMD factory

Open veldsla opened this issue 5 years ago • 0 comments

The latest version of the UMD factory snippet you linked allows for passing a custom window/jQuery.

https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js

For me this fixes an issue where I can't use the plugin because it's loaded on a new jQuery instance instead if my global one.

veldsla avatar Dec 09 '20 14:12 veldsla