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