mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
export jQuery, not just $
https://github.com/ankitects/anki/pull/1314#issuecomment-889597619
This commit is contained in:
parent
ead71a8895
commit
355e66e83c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
import "css-browser-selector/css_browser_selector.min";
|
||||
|
||||
export { default as $ } from "jquery/dist/jquery";
|
||||
export { default as $, default as jQuery } from "jquery/dist/jquery";
|
||||
|
||||
export { mutateNextCardStates } from "./answering";
|
||||
|
||||
|
|
Loading…
Reference in a new issue