Fix lint errors

This commit is contained in:
yflory
2017-10-12 12:20:27 +02:00
parent 50090a3af6
commit 91381ca77d
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,6 @@ define([
var addScrollClass = function () {
var $scroll = $('#cp-app-poll-table-scroll');
var hasScroll = $scroll.width() < $scroll[0].scrollWidth && $scroll.width() > 100;
var $countCol = $('tr td:last-child');
if (hasScroll) {
$scroll.addClass('cp-app-poll-table-scrolled');
return;