mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
Format the TypeScript files (#877)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getAttribute, addClasses, htmlDecode, ensureUniqueId } from '../utils';
|
||||
import { getLogger } from '../logger'
|
||||
import { getLogger } from '../logger';
|
||||
import type { Runtime } from '../runtime';
|
||||
|
||||
const logger = getLogger('py-inputbox');
|
||||
@@ -14,7 +14,7 @@ export function make_PyInputBox(runtime: Runtime) {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
const label = getAttribute( this, "label");
|
||||
const label = getAttribute(this, 'label');
|
||||
if (label) {
|
||||
this.label = label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user