Open
Description
Original report by Rune Gangsø (Bitbucket: runegan, GitHub: runegan).
Example:
var win = aeq.ui.createWindow()
win.addButton()
win.addButton()
win.addButton()
aeq.forEach( win.get().children, function( key, value ) {
alert( key + value )
})
This only alerts ones, with the text length3
.
Caused by bad checking of array type in aeq.forEach