expect JSON reply to save

This commit is contained in:
Min RK 2014-12-04 16:51:10 -08:00
parent c238553a4e
commit 0dfcc1b512

View File

@ -161,6 +161,7 @@ define([
var settings = {
processData : false,
type : "PUT",
dataType: "json",
data : JSON.stringify(model),
contentType: 'application/json',
};