Skip to content

Commit

Permalink
Update DropDown.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner authored Mar 20, 2024
1 parent a8aedd1 commit d61684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SampleLibraryUI/Examples/DropDown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DropDownExample : DSDropDownBase
public DropDownExample() : base("item"){}

// Starting with Dynamo v2.0 you must add Json constructors for all nodeModel
// dervived nodes to support the move from an Xml to Json file format. Failing to
// derived nodes to support the move from an Xml to Json file format. Failing to
// do so will result in incorrect ports being generated upon serialization/deserialization.
// This constructor is called when opening a Json graph. We must also pass the deserialized
// ports with the json constructor and then call the base class passing the ports as parameters.
Expand Down

0 comments on commit d61684f

Please sign in to comment.