jsketcher/web/app/utils/jqueryfy.js
2018-01-23 01:13:56 -08:00

6 lines
268 B
JavaScript

import $ from 'jquery'
// Usage of jquery is absolutely deprecated. It exists only to support legacy code(2d sketcher and test framework) and
// will be gone soon after complete transition to React. Main application never uses jquery.
window.jQuery = window.$ = $;