jsketcher/web/app/utils/jqueryfy.js
2018-01-17 00:06:31 -08:00

6 lines
198 B
JavaScript

import $ from 'jquery'
// Usage of jquery is totally deprecated. It exists only to support legacy code and
// will be gone soon after complete transition to React.
window.jQuery = window.$ = $;