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:
@@ -47,8 +47,6 @@ function createCmdHandler(el){
|
||||
export class PyRepl extends BaseEvalElement {
|
||||
editor: EditorView;
|
||||
editorNode: HTMLElement;
|
||||
code: string;
|
||||
theme: string;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
@@ -94,7 +94,6 @@ class Script {
|
||||
}
|
||||
|
||||
export class PyScript extends BaseEvalElement {
|
||||
// editorState: EditorState;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user