mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Adds support for passing objects to be used as the loading indicator. Note: Objects must support `.show()` and `.hide()` methods. Example: ```js $.request('onHandler', { loading: $.oc.stripeLoadIndicator }); ```