Skip to content

Commit

Permalink
#977 Review#1 fixes. Fix comment and pdd task body
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Sep 30, 2019
1 parent 2c342f8 commit 6d165ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/js/shared/tracking.es6
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@
// @todo #977:120m Create some lazy() wrapper for counters.
// `lazy(my_counter).reachGoal()` should asynchronous delay reaching
// until my_counter object won't be fully loaded.
// See our custom the Google Analytics code as reference implementation:
// https://github.com/fidals/refarm-site/pull/314/files

// @todo #977:30m Create mock class for carrotquest.
// Fill it's methods with console logs.
// We'll use the class for tests created with se#978 issue.
carrotquest.identify({'$phone': phone});
});
mediator.subscribe('onOrderSend', () => {
Expand Down

0 comments on commit 6d165ff

Please sign in to comment.