jsketcher/web/app/utils/jqueryfy.js
2016-11-24 02:32:46 -08:00

2 lines
53 B
JavaScript

import $ from 'jquery'
window.jQuery = window.$ = $;