Skip to content

Commit

Permalink
Set both JQuery refs back to normal #61 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Jul 5, 2021
1 parent f4f213b commit 59cd339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dom/performance/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
versions.push(window.jQuery.fn.jquery);
}
window.$ = keepRef;
window.jQuery = window.$ = keepRef;
}

// TODO also add check for jQuery version. If we have a really old version (1 year old?) then show it!
Expand Down

0 comments on commit 59cd339

Please sign in to comment.