[Fixed Position] Use spaces instead of tabs
...to satisfy code style checker and pass build, in preparation for merge. nasa/openmctweb#118
This commit is contained in:
@@ -229,7 +229,7 @@ define(
|
||||
// Position a panel after a drop event
|
||||
function handleDrop(e, id, position) {
|
||||
// Don't handle this event if it has already been handled
|
||||
// color is set to "" to let the CSS theme determine the default color
|
||||
// color is set to "" to let the CSS theme determine the default color
|
||||
if (e.defaultPrevented) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user