From 056b0c8c5b087ae581bf7a192e83613b19c146f7 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 23 Sep 2015 12:59:02 -0700 Subject: [PATCH] [Fixed Position] Use spaces instead of tabs ...to satisfy code style checker and pass build, in preparation for merge. nasa/openmctweb#118 --- platform/features/layout/src/FixedController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/layout/src/FixedController.js b/platform/features/layout/src/FixedController.js index 3cdd676022..2bece35391 100644 --- a/platform/features/layout/src/FixedController.js +++ b/platform/features/layout/src/FixedController.js @@ -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; }