Skip to content

Commit 1d77d0d

Browse files
author
Melih Korkmaz
committed
Eslint fix.
1 parent d955c16 commit 1d77d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/populator/frontend/public/javascripts/countly.models.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
if ((Math.random() > 0.5)) {
106106
ob["Has Apple Watch OS"] = (Math.random() > 0.5) ? true : false;
107107
}
108-
108+
109109
if (countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID] && countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID].type === "web") {
110110
var campaigns = ['Social Campaign', 'Landing page', 'Ads Campaign'];
111111
var sources = ["facebook", "gideros", "admob", "chartboost", "googleplay"];

0 commit comments

Comments
 (0)