Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e517db8

Browse files
author
unit-404
committed
fix length issue
1 parent bac3790 commit e517db8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

serve.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
call npm run serve

src/js/BIN/BasicView.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class BasicLayout {
5252

5353
//
5454
export default class BasicView extends ViewUtils {
55-
constructor(layout, target, byteOffset = 0, _ = 1) {
55+
constructor(layout, target, byteOffset = 0, _ = false) {
5656
super(layout, target, byteOffset, _);
5757
}
5858

0 commit comments

Comments
 (0)