Skip to content

Commit c296d48

Browse files
committed
Declare JS usage.
1 parent 7893d92 commit c296d48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/lib/ExtensionsValidatorExceptions.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ const extensionsAllowedProperties = {
234234
runtimeSceneAllowedProperties: [],
235235
javaScriptObjectAllowedProperties: [],
236236
},
237+
DoubleClick: {
238+
gdjsAllowedProperties: ['_DoubleClickExtension', 'InputManager'],
239+
gdjsEvtToolsAllowedProperties: ['input'],
240+
runtimeSceneAllowedProperties: [],
241+
javaScriptObjectAllowedProperties: [],
242+
},
237243
FlexBox: {
238244
gdjsAllowedProperties: ['layoutContainers'],
239245
gdjsEvtToolsAllowedProperties: [],

0 commit comments

Comments
 (0)