Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 28, 2014
1 parent 23500e1 commit 78d1554
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@
return args.url && this.xhr.request(args);
},

bodyMethods: {
POST: 1,
PUT: 1,
DELETE: 1
}
bodyMethods: {
POST: 1,
PUT: 1,
DELETE: 1
}

});

Expand Down

0 comments on commit 78d1554

Please sign in to comment.