chen the default delegation for the builder to be delegate first so it can be used easily in scripts.

This commit is contained in:
kimchy 2010-05-11 18:00:44 +03:00
parent 040030dac8
commit c759eb34a8
1 changed files with 1 additions and 1 deletions

View File

@ -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