Skip to content

Commit

Permalink
Fix #134
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Jul 2, 2015
1 parent 19f0ace commit 2502220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void generate(GeneratorContext context, SourceWriter writer, MethodRefere
.softNewLine().indent();
writer.append("return cls.hasOwnProperty(p)").ws().append("?").ws().append("cls[p]").ws().append(":")
.ws().append("null;").softNewLine();
writer.outdent().append("}").softNewLine();
writer.outdent().append("};").softNewLine();
writer.append("return ").appendMethodBody(methodRef).append("(").append(context.getParameterName(1))
.append(");").softNewLine();
}
Expand Down

0 comments on commit 2502220

Please sign in to comment.