SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Return undefined, if the field is optional and no values are set. #149

Closed sgkim126 closed 9 years ago

sgkim126 commented 10 years ago

Currently, getting the value from optional field occurs error if value is not set. It's a bug.

This patch makes it return an undefined.

hatashiro commented 10 years ago

LGTM

sgkim126 commented 9 years ago

Landed manually.