You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow developers to revert all dirty changes on a ParseObject or just the dirty changes to a specific key. We already have these methods internally, we'll just need to clean them up and publicize them.
Note: These methods will only revert changes since the last call to save.
The text was updated successfully, but these errors were encountered:
Allow developers to revert all dirty changes on a
ParseObject
or just the dirty changes to a specific key. We already have these methods internally, we'll just need to clean them up and publicize them.Note: These methods will only revert changes since the last call to
save
.The text was updated successfully, but these errors were encountered: