mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 03:50:26 -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;
|
||
|
|
}
|