mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-11 22:02:23 -04:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
|
|
// Expose jQuery and other libraries to window for legacy code
|
||
|
|
if (typeof jQuery !== 'undefined') {
|
||
|
|
window.jQuery = window.$ = jQuery;
|
||
|
|
}
|
||
|
|
if (typeof getCaretCoordinates !== 'undefined') {
|
||
|
|
window.getCaretCoordinates = getCaretCoordinates;
|
||
|
|
}
|