mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[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
|
// Position a panel after a drop event
|
||||||
function handleDrop(e, id, position) {
|
function handleDrop(e, id, position) {
|
||||||
// Don't handle this event if it has already been handled
|
// 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) {
|
if (e.defaultPrevented) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user