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

Commit 2eee4ed

Browse files
committed
Fix end declarations that include prop parameter
1 parent 1896266 commit 2eee4ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toolset/palettes/revdatagridlibrary/behaviorsdatagridbuttonbehavior.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5431,7 +5431,7 @@ end uProps
54315431
getprop uProps[pProp]
54325432
if the target is not me then pass uProps
54335433
return the dgProps[pProp] of me
5434-
end uProps[pProp]
5434+
end uProps
54355435
## end temporary aliases
54365436

54375437

@@ -6927,7 +6927,7 @@ getprop dgDataControlOfIndex [pIndex]
69276927
end if
69286928
end if
69296929
return empty
6930-
end dgDataControlOfIndex[pIndex]
6930+
end dgDataControlOfIndex
69316931

69326932

69336933
function ColumnControlOfIndex pColumn, pIndex

0 commit comments

Comments
 (0)