silverstripe-webpack/site/src/js/_events.js
Tony Air 50476d1002 API: automatic linting of JS and SCSS
+ yarn lint:check - to check code styling
+ yarn lint:fix - to fix code styling
2018-02-22 18:48:28 +07:00

9 lines
101 B
JavaScript

/**
* Add your global events here
*/
module.exports = {
AJAX: 'ajax-load',
LOADED: 'load',
};