Fix code style issues [SCI-936]

This commit is contained in:
Oleksii Kriuchykhin 2017-02-06 17:08:20 +01:00
parent 62535a01bd
commit 449f4479e9

View file

@ -19,11 +19,11 @@ function initTeamsTable() {
orderable: true, orderable: true,
searchable: false searchable: false
}, { }, {
targets: [2], targets: 2,
searchable: false, searchable: false,
orderable: true orderable: true
}, { }, {
targets: [3], targets: 3,
searchable: false, searchable: false,
orderable: false, orderable: false,
sWidth: '1%' sWidth: '1%'