mirror of
https://github.com/jbcr/core.git
synced 2026-04-25 09:38:08 +02:00
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
/**
|
|
* Make jQuery and jQuery plugins available.
|
|
*/
|
|
import 'selectize';
|
|
|
|
import $ from 'jquery';
|
|
window.jQuery = $;
|
|
window.$ = $;
|