Correct function response encoding
This will encode all ParseObject on the correct way so they can be translated into PFObject by the IOS SDK.
This commit is contained in:
@@ -28,7 +28,7 @@ function createResponseObject(resolve, reject) {
|
||||
success: function(result) {
|
||||
resolve({
|
||||
response: {
|
||||
result: result
|
||||
result: Parse._encode(result)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user