Capitalize Tracks in comment
Co-authored-by: Leif Singer <leif@automattic.com>
This commit is contained in:
parent
378e4999e5
commit
d60fe00308
|
@ -2,7 +2,7 @@
|
|||
jQuery( document ).ready( ( $ ) => {
|
||||
'use strict';
|
||||
|
||||
// Stand-in wcTracks.recordEvent in case tracks is not available (for any reason).
|
||||
// Stand-in wcTracks.recordEvent in case Tracks is not available (for any reason).
|
||||
window.wcTracks = window.wcTracks || {};
|
||||
window.wcTracks.recordEvent = window.wcTracks.recordEvent || ( () => {} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue