Skip to content

Commit fd3d243

Browse files
committed
fixed typo
1 parent a7018d5 commit fd3d243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,7 @@
25992599
};
26002600

26012601
countlyPopulator.setSelectedFeatures = function(value) {
2602-
_featuresToPopulate = (values === "all") ? _allFeatures : value;
2602+
_featuresToPopulate = (value === "all") ? _allFeatures : value;
26032603
};
26042604

26052605
countlyPopulator.getTemplate = function(templateId, callback) {

0 commit comments

Comments
 (0)