Skip to content

Commit ee6aa5d

Browse files
authored
OOps
1 parent daa485a commit ee6aa5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/extensions/jwPointer/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,7 @@ class Extension {
268268
text: "is [INPUT] a pointer?",
269269
blockType: BlockType.BOOLEAN,
270270
arguments: {
271-
INPUT: {
272-
POINTER: Pointer.Argument
273-
}
271+
INPUT: Pointer.Argument
274272
}
275273
},
276274
...(vm.runtime.ext_jwArray ? ["---"] : []),

0 commit comments

Comments
 (0)