Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit bd5f5df

Browse files
committed
skulpt imports should be with the python version
1 parent f364d52 commit bd5f5df

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

runestone/activecode/js/activecode_js.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
import { ActiveCode } from "./activecode.js";
2-
import "./skulpt.min.js";
3-
import "./skulpt-stdlib.js";
4-
// Used by Skulpt.
5-
import embed from "vega-embed";
6-
// Adapt for use outside webpack -- see https://github.com/vega/vega-embed.
7-
window.vegaEmbed = embed;
82

93
export default class JSActiveCode extends ActiveCode {
104
constructor(opts) {

0 commit comments

Comments
 (0)