Groovy client doesn't bind to any variables outside the closure, closes #654.

This commit is contained in:
kimchy 2011-02-01 14:16:27 +02:00
parent 8927e1dee4
commit 0dfa3dc8a2
1 changed files with 1 additions and 1 deletions

View File

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