jquery-circle-progress
jquery-circle-progress copied to clipboard
allow passing custom jQuery into UMD factory
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.