##// END OF EJS Templates
expect JSON reply to save
Min RK -
Show More
@@ -161,6 +161,7 define([
161 161 var settings = {
162 162 processData : false,
163 163 type : "PUT",
164 dataType: "json",
164 165 data : JSON.stringify(model),
165 166 contentType: 'application/json',
166 167 };
General Comments 0
You need to be logged in to leave comments. Login now