mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
6 lines
268 B
JavaScript
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.$ = $;
|