Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bStrictObjectTypeChecking not enforced for objects
this created some security issues in my projects. Might be worth having createInstance() check if the object in question has any @required properties. In the second case, the model's @required properties wouldn't be populated, but no error would be thrown.
- Loading branch information