ESlint spaced-comment

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:25:46 -07:00
parent 532951c24f
commit 34e233fe1d
10 changed files with 18 additions and 19 deletions

View File

@@ -127,7 +127,7 @@ define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-seri
function itemDragDidEnd(e) {
var isCategoryUpdate = (newCategoryId != -1);
//Update needed?
// Update needed?
if((e.newIndex != undefined && e.oldIndex != e.newIndex) || isCategoryUpdate) {
var parentCategory = isCategoryUpdate ? sortables[newCategoryId] : sortables[e.from.dataset.cid];
var modified = {};