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 = { }
|
local buttons = { }
|
||||||
buttons[1] = { }
|
buttons[1] = { }
|
||||||
buttons[1].Text = "Look"
|
buttons[1].Text = "Look"
|
||||||
|
|
|
||||||
|
|
@ -361,8 +361,9 @@ createHelpDialog = (baseZIndex) ->
|
||||||
|
|
||||||
{
|
{
|
||||||
Buttons: buttonRow
|
Buttons: buttonRow
|
||||||
LayoutFrame:
|
ImageFrame:
|
||||||
Image: image
|
LayoutFrame:
|
||||||
|
Image: image
|
||||||
} = helpDialog
|
} = helpDialog
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue