Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a129db9

Browse files
authored
[Bug 22145] Add missing variable declaration
to editorcommon
1 parent fa4de52 commit a129db9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@ function autoCompleteCompletionRequired pLineNumber, pStructureType, pStructureN
18661866
local tScript
18671867
put textGetScript() into tScript
18681868

1869+
local tOutOfBounds
18691870
put autoCompleteInSlashCommentOrOutOfHandler(tScript, pLineNumber) into tOutOfBounds
18701871
if tOutOfBounds then
18711872
return false

0 commit comments

Comments
 (0)