Skip to content

Commit 7a26722

Browse files
Serialized values should be sent with request
1 parent 162f200 commit 7a26722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ steal('jquery/class', 'jquery/lang').then(function() {
9191
reject = function(data){
9292
deferred.rejectWith(self, [data])
9393
},
94-
args = [self.attrs(), resolve, reject];
94+
args = [self.serialize(), resolve, reject];
9595

9696
if(type == 'destroy'){
9797
args.shift();

0 commit comments

Comments
 (0)