Skip to content

Commit b9a86af

Browse files
committed
Refactor debug.js to remove jQuery 🦺
1 parent cc56932 commit b9a86af

File tree

4 files changed

+348
-192
lines changed

4 files changed

+348
-192
lines changed

assets/demo/debug.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Mobiledoc Kit Debug</title>
6-
<script src="../tests/jquery/jquery.js"></script>
7-
<script src="../global/mobiledoc-kit.js"></script>
8-
<script src="./debug.js"></script>
9-
<link rel="stylesheet" href="../css/mobiledoc-kit.css">
6+
<script type="module" src="./debug.js"></script>
7+
<link rel="stylesheet" href="../../src/css/mobiledoc-kit.css">
108
<link rel="stylesheet" href="./debug.css">
119
</head>
1210
<body>

0 commit comments

Comments
 (0)