logster 2.11.3 → 2.11.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -170,7 +170,8 @@ export default EmberObject.extend({
170
170
 
171
171
  this.set("loading", true);
172
172
  return ajax("/messages.json", {
173
- data: data
173
+ data: data,
174
+ method: "POST"
174
175
  })
175
176
  .then(data => {
176
177
  // guard against race: ensure the results we're trying to apply