ORIENT/modules
Luke Towers 2be18764d4 Support passing objects as the loading indicator
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
});
```
2017-02-03 15:54:59 -06:00
..
backend Updated swedish language file 2017-02-03 06:40:28 +11:00
cms Add new config cms.forceBytecodeInvalidation 2017-01-31 07:23:58 +11:00
system Support passing objects as the loading indicator 2017-02-03 15:54:59 -06:00