Fix typo in destructuring
This commit is contained in:
parent
1f450a0b1f
commit
73a0a0aa03
|
|
@ -311,7 +311,7 @@ createHelpDialog = function(baseZIndex)
|
|||
})
|
||||
})
|
||||
})
|
||||
local buttonRow, image = helpDialog.Buttons, helpDialog.LayoutFrame.Image
|
||||
local buttonRow, image = helpDialog.Buttons, helpDialog.ImageFrame.LayoutFrame.Image
|
||||
local buttons = { }
|
||||
buttons[1] = { }
|
||||
buttons[1].Text = "Look"
|
||||
|
|
|
|||
|
|
@ -361,8 +361,9 @@ createHelpDialog = (baseZIndex) ->
|
|||
|
||||
{
|
||||
Buttons: buttonRow
|
||||
LayoutFrame:
|
||||
Image: image
|
||||
ImageFrame:
|
||||
LayoutFrame:
|
||||
Image: image
|
||||
} = helpDialog
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue