Skip to content

Commit

Permalink
allow the <control> tag to be used directly inside of
Browse files Browse the repository at this point in the history
<controlDefinition>
  • Loading branch information
void committed Oct 9, 2011
1 parent a33e09f commit 151f7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nifty-core/src/main/resources/nifty.nxs
Expand Up @@ -66,6 +66,7 @@
<element name="panel" type="PanelType" occurs="zeroOrMore" />
<element name="image" type="ImageType" occurs="zeroOrMore" />
<element name="text" type="TextType" occurs="zeroOrMore" />
<element name="control" type="ControlType" occurs="zeroOrMore" />
</group>
</type>
<type name="NiftyType">
Expand Down

0 comments on commit 151f7f9

Please sign in to comment.