All pastes #2108892 Raw Edit

Untitled

public javascript v1 · immutable
#2108892 ·published 2012-02-02 00:38 UTC
rendered paste body
Rect(    Item("myItem",        { x: 100, y: 200 },        Rect(            anchors.left($(parent.left) + 1)        )    ),    Item(        onComplete(function() { doSomething() })    ))