From 732c0abf1081f3555bc6848e4cad8053c321c872 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 10 Jun 2015 16:38:49 -0700 Subject: [PATCH] [Info Bubble] Add newlines Add newlines to end of files added for WTD-884. --- platform/commonUI/inspect/res/bubble.html | 16 ++++++++-------- platform/commonUI/inspect/res/info-table.html | 2 +- platform/commonUI/inspect/src/InfoConstants.js | 2 +- .../commonUI/inspect/src/gestures/InfoGesture.js | 2 +- .../commonUI/inspect/src/services/InfoService.js | 2 +- .../inspect/test/gestures/InfoGestureSpec.js | 2 +- .../inspect/test/services/InfoServiceSpec.js | 2 +- platform/commonUI/inspect/test/suite.json | 2 +- .../test/capabilities/MetadataCapabilitySpec.js | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/platform/commonUI/inspect/res/bubble.html b/platform/commonUI/inspect/res/bubble.html index 07395447b1..f528d6432f 100644 --- a/platform/commonUI/inspect/res/bubble.html +++ b/platform/commonUI/inspect/res/bubble.html @@ -1,9 +1,9 @@ -
-
-
+
+
+
{{bubble.bubbleTitle}} -
- -
-
\ No newline at end of file +
+ +
+
diff --git a/platform/commonUI/inspect/res/info-table.html b/platform/commonUI/inspect/res/info-table.html index ef737dd130..0c89a498d9 100644 --- a/platform/commonUI/inspect/res/info-table.html +++ b/platform/commonUI/inspect/res/info-table.html @@ -5,4 +5,4 @@ {{property.value}} - \ No newline at end of file + diff --git a/platform/commonUI/inspect/src/InfoConstants.js b/platform/commonUI/inspect/src/InfoConstants.js index c550c1a6c3..121a71c235 100644 --- a/platform/commonUI/inspect/src/InfoConstants.js +++ b/platform/commonUI/inspect/src/InfoConstants.js @@ -29,4 +29,4 @@ define({ "", // Pixel offset for bubble, to align arrow position BUBBLE_OFFSET: [ 0, -16 ] -}); \ No newline at end of file +}); diff --git a/platform/commonUI/inspect/src/gestures/InfoGesture.js b/platform/commonUI/inspect/src/gestures/InfoGesture.js index 44534c4b6d..879cc2ac36 100644 --- a/platform/commonUI/inspect/src/gestures/InfoGesture.js +++ b/platform/commonUI/inspect/src/gestures/InfoGesture.js @@ -118,4 +118,4 @@ define( } -); \ No newline at end of file +); diff --git a/platform/commonUI/inspect/src/services/InfoService.js b/platform/commonUI/inspect/src/services/InfoService.js index 3dd2d4985e..c038fe61e9 100644 --- a/platform/commonUI/inspect/src/services/InfoService.js +++ b/platform/commonUI/inspect/src/services/InfoService.js @@ -91,4 +91,4 @@ define( return InfoService; } -); \ No newline at end of file +); diff --git a/platform/commonUI/inspect/test/gestures/InfoGestureSpec.js b/platform/commonUI/inspect/test/gestures/InfoGestureSpec.js index 0cead9a4b3..44f2b1e54b 100644 --- a/platform/commonUI/inspect/test/gestures/InfoGestureSpec.js +++ b/platform/commonUI/inspect/test/gestures/InfoGestureSpec.js @@ -154,4 +154,4 @@ define( }); } -); \ No newline at end of file +); diff --git a/platform/commonUI/inspect/test/services/InfoServiceSpec.js b/platform/commonUI/inspect/test/services/InfoServiceSpec.js index 7cb3d62a1e..858427fe84 100644 --- a/platform/commonUI/inspect/test/services/InfoServiceSpec.js +++ b/platform/commonUI/inspect/test/services/InfoServiceSpec.js @@ -128,4 +128,4 @@ define( }); } -); \ No newline at end of file +); diff --git a/platform/commonUI/inspect/test/suite.json b/platform/commonUI/inspect/test/suite.json index 1d0805c9a9..82650e2dff 100644 --- a/platform/commonUI/inspect/test/suite.json +++ b/platform/commonUI/inspect/test/suite.json @@ -1,4 +1,4 @@ [ "gestures/InfoGesture", "services/InfoService" -] \ No newline at end of file +] diff --git a/platform/core/test/capabilities/MetadataCapabilitySpec.js b/platform/core/test/capabilities/MetadataCapabilitySpec.js index 02316f609d..272746f037 100644 --- a/platform/core/test/capabilities/MetadataCapabilitySpec.js +++ b/platform/core/test/capabilities/MetadataCapabilitySpec.js @@ -98,4 +98,4 @@ define( }); } -); \ No newline at end of file +);