Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit f631418

Browse files
author
Jelte Lagendijk
committed
Fix code style
1 parent 1ea35f2 commit f631418

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/GoogleAnalytics/widget/MasterPageTracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ define("GoogleAnalytics/widget/MasterPageTracker", [
9898
logger.debug(this.id + "._addPage");
9999
if (typeof this.prefix !== "undefined" && this.prefix !== "") {
100100
this._replaceTags(this.prefix, lang.hitch(this, function(text) {
101-
var path = this._buildFullPath(text, this.includePageName, this.mxform.path)
101+
var path = this._buildFullPath(text, this.includePageName, this.mxform.path);
102102
ga("send", {
103103
"hitType": "pageview",
104104
"page": path,

test/widgets/GoogleAnalytics.mpk

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)