Parse.Object.validate not working as intended?
Closed this issue · 0 comments
mcntsh commented
The documentation states that Parse.Object.Validate
should take two objects: attrs
as the data to validate and options
as a Backbone-like validation object. I was trying to validate an object and I got back false
every time.
After looking at the the definition for validate
, it seems like none of this comparison logic is happening at all. Am I misunderstanding the purpose of this function?