Files
core/assets/js/jquery.js
T
2019-08-20 16:50:07 +02:00

9 lines
131 B
JavaScript

/**
* Make jQuery and jQuery plugins available.
*/
import 'selectize';
import $ from 'jquery';
window.jQuery = $;
window.$ = $;