Skip to content

Commit

Permalink
refix-ZK-2724: js error
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed May 18, 2015
1 parent b7b6f29 commit 2690683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhtml/src/org/zkoss/zhtml/impl/TagRenderContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ else if (_2ndChild.get(0) == Boolean.TRUE)
_jsout.append(specialRendererOutput);
}

_jsout.append("},[");
_jsout.append("},{},[");
}
/** Renders the ending JavaScript code snippet for the component.
* It must be called after rendering the children.
Expand Down

0 comments on commit 2690683

Please sign in to comment.