[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:
Victor Woeltjen 2015-09-23 12:59:02 -07:00
parent fb0861f256
commit 056b0c8c5b

View File

@ -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;
}