Workspace
X
M
–
r
=[]
this
.world().withAllSubmorphsDo(
function
(ea)
{
if
(ea.textString && ea.textString.match(
/Reset/
))
r
.push(ea)
}
,
this
)