remove an extra space

This commit is contained in:
Stephen Birarda 2014-10-09 11:54:53 -07:00
parent 806e73d321
commit 84fa1c7f5f

View file

@ -465,7 +465,6 @@ function updateDataChangedForSiblingRows(row, forceTrue) {
// if they are equal, we don't need data-changed
isTrue = _.isEqual(panelSettingJSON, initialPanelSettingJSON)
} else {
isTrue = true
}