Some fixes for code climate.

This commit is contained in:
James Cole
2016-01-22 07:27:49 +01:00
parent 19dc91937e
commit 8743b49a17
4 changed files with 10 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
// Return a helper with preserved width of cells
var fixHelper = function(e, tr)
{
"use strict";
var $originals = tr.children();
var $helper = tr.clone();
$helper.children().each(function(index)
@@ -84,4 +85,4 @@ function sortStop(event, ui) {
//check if the item above OR under this one have the same date
//if not. return false
}
}