Skip to content

Commit

Permalink
Error in SaveSecure, changed Issue to IssueNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
alfalfastrange committed Nov 12, 2011
1 parent 3f8dd13 commit b5be279
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
<script>
$(function () {
$('#post').click(function () {
$mvc.ComicsDemo.SaveSecure({ Title: 'Adventurers', Issue: 123 }, true /*includeAntiForgeryToken*/).done(function (data) {
$mvc.ComicsDemo.SaveSecure({ Title: 'Adventurers', IssueNumber: 123 }, true /*includeAntiForgeryToken*/).done(function (data) {
alert(data.message + ' Comic: ' + data.comic.Title);
}).fail(function () { alert('Failed!'); });
});
Expand Down

0 comments on commit b5be279

Please sign in to comment.