Skip to content

Commit ff8e2c2

Browse files
author
Melih Korkmaz
committed
Fixed guideline problem.
1 parent da8b250 commit ff8e2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/express/public/javascripts/countly/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ window.LoyaltyView = countlyView.extend({
214214
var ticks = [[-1, ""]];
215215
var ranges = countlySession.getLoyalityRange();
216216

217-
var allData = this.loyaltyData["all"] || [];
217+
var allData = this.loyaltyData.all || [];
218218
var thirtyDaysData = this.loyaltyData['30days'] || [];
219219
var sevenDaysData = this.loyaltyData['7days'] || [];
220220

0 commit comments

Comments
 (0)