Skip to content

Commit a997785

Browse files
committed
[server-1551] lint fixes.
1 parent 53c14a5 commit a997785

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
@@ -1637,7 +1637,7 @@ window.AppVersionView = countlyView.extend({
16371637
{
16381638
"mData": "app_versions",
16391639
"sTitle": jQuery.i18n.map["app-versions.table.app-version"],
1640-
"mRender": function(d, type) {
1640+
"mRender": function(d) {
16411641
return d;
16421642
}
16431643
},

0 commit comments

Comments
 (0)