Skip to content

Commit

Permalink
Refactor debug.js to remove jQuery 🦺
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeJab committed Feb 18, 2020
1 parent cc56932 commit b9a86af
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 192 deletions.
6 changes: 2 additions & 4 deletions assets/demo/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<head>
<meta charset="utf-8">
<title>Mobiledoc Kit Debug</title>
<script src="../tests/jquery/jquery.js"></script>
<script src="../global/mobiledoc-kit.js"></script>
<script src="./debug.js"></script>
<link rel="stylesheet" href="../css/mobiledoc-kit.css">
<script type="module" src="./debug.js"></script>
<link rel="stylesheet" href="../../src/css/mobiledoc-kit.css">
<link rel="stylesheet" href="./debug.css">
</head>
<body>
Expand Down
Loading

0 comments on commit b9a86af

Please sign in to comment.