Skip to content

Commit

Permalink
Fix incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jan 22, 2017
1 parent fc9904a commit bcbb7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/outbound-link-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {assign, createFieldsObj,


/**
* Class for the `mediaQueryTracker` analytics.js plugin.
* Class for the `outboundLinkTracker` analytics.js plugin.
* @implements {OutboundLinkTrackerPublicInterface}
*/
class OutboundLinkTracker {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/page-visibility-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SECONDS = 1000;


/**
* Class for the `mediaQueryTracker` analytics.js plugin.
* Class for the `pageVisibilityTracker` analytics.js plugin.
* @implements {PageVisibilityTrackerPublicInterface}
*/
class PageVisibilityTracker {
Expand Down

0 comments on commit bcbb7e6

Please sign in to comment.