chrisdew / protobuf

Protocol Buffers for Node.JS
http://code.google.com/p/protobuf-for-node/
Apache License 2.0
234 stars 71 forks source link

Fix for Bug #20, uses Protobuf FieldDescriptor->name() #21

Closed AdamMagaluk closed 11 years ago

AdamMagaluk commented 11 years ago

Getter and setter functions changed from using FieldDescriptor->camelcase_name() to FieldDescriptor->name()

Allows for protobuf field names with underscores to be used.