mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed import statement for jquery
This commit is contained in:
parent
1077ace123
commit
225d6d14bf
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
// this file should be concatenated at the top of the legacy js files
|
||||
|
||||
// this refuses to work with ES6 syntax, TODO
|
||||
var $, jQuery;
|
||||
$ = jQuery = require("jquery");
|
||||
import $ from "jquery";
|
||||
import "jquery-color";
|
||||
import "jquery-easing";
|
||||
import "jquery.cookie";
|
||||
|
|
Loading…
Reference in a new issue