Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Make sure createdDate is updated with the save time, not just the tim…
Browse files Browse the repository at this point in the history
…e you hit the button
  • Loading branch information
ianb committed Jan 19, 2017
1 parent 2aa28e4 commit dacd671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/lib/shooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const ShotContext = Class({
},

takeShot: function () {
this.shot.createdDate = Date.now();
let finishTimer = startTimer({
variable: "take-shot"
});
Expand Down

0 comments on commit dacd671

Please sign in to comment.