Skip to content

Commit

Permalink
removing marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Rappin committed Sep 8, 2013
1 parent 533e80a commit 5da32bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/controllers/hotel_controller.js
Expand Up @@ -14,7 +14,8 @@ TimeTravel.HotelController = Ember.ObjectController.extend({
endEditing: function() {
this.set("nights_ordered", parseInt(this.get("nightsOrderedInput")));
this.toggleProperty("editing");
this.get("content").save();
}
}

})
});

0 comments on commit 5da32bf

Please sign in to comment.