1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

clean up repl class attrs

This commit is contained in:
Fabio Pliger
2022-04-19 10:58:20 -05:00
parent 6541c9dc98
commit 9e47644238
2 changed files with 0 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ function createCmdHandler(el){
export class PyRepl extends BaseEvalElement { export class PyRepl extends BaseEvalElement {
editor: EditorView; editor: EditorView;
editorNode: HTMLElement; editorNode: HTMLElement;
code: string;
theme: string;
constructor() { constructor() {
super(); super();

View File

@@ -94,7 +94,6 @@ class Script {
} }
export class PyScript extends BaseEvalElement { export class PyScript extends BaseEvalElement {
// editorState: EditorState;
constructor() { constructor() {
super(); super();