Skip to content

Commit 4838949

Browse files
committed
Added missing var.
1 parent ba7e04f commit 4838949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/input/local/components/ChildOnOut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ChildOnOut = function (index, pointer, interactiveObject)
1+
var ChildOnOut = function (index, pointer, interactiveObject)
22
{
33
interactiveObject.isOver = false;
44

0 commit comments

Comments
 (0)