chen the default delegation for the builder to be delegate first so it can be used easily in scripts.
This commit is contained in:
parent
040030dac8
commit
c759eb34a8
|
@ -36,7 +36,7 @@ class GXContentBuilder {
|
|||
|
||||
static NODE_ELEMENT = "element"
|
||||
|
||||
static int rootResolveStrategy = Closure.OWNER_FIRST; // the default
|
||||
static int rootResolveStrategy = Closure.DELEGATE_FIRST; // the default
|
||||
|
||||
def root
|
||||
|
||||
|
|
Loading…
Reference in New Issue