Groovy client doesn't bind to any variables outside the closure, closes #654.
This commit is contained in:
parent
8927e1dee4
commit
0dfa3dc8a2
|
@ -35,7 +35,7 @@ class GXContentBuilder {
|
|||
|
||||
static NODE_ELEMENT = "element"
|
||||
|
||||
static int rootResolveStrategy = Closure.DELEGATE_FIRST; // the default
|
||||
static int rootResolveStrategy = Closure.OWNER_FIRST; // the default in Closure
|
||||
|
||||
def root
|
||||
|
||||
|
|
Loading…
Reference in New Issue