summaryrefslogtreecommitdiff
path: root/templates/project/widgets/image
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/image')
-rw-r--r--templates/project/widgets/image/image.coffee2
-rw-r--r--templates/project/widgets/image/image.html2
-rw-r--r--templates/project/widgets/image/image.scss4
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/project/widgets/image/image.coffee b/templates/project/widgets/image/image.coffee
index 418e385..c3892c0 100644
--- a/templates/project/widgets/image/image.coffee
+++ b/templates/project/widgets/image/image.coffee
@@ -6,4 +6,4 @@ class Dashing.Image extends Dashing.Widget
onData: (data) ->
# Handle incoming data
# You can access the html node of this widget with `@node`
- # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in. \ No newline at end of file
+ # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.
diff --git a/templates/project/widgets/image/image.html b/templates/project/widgets/image/image.html
index cf2b228..41a88eb 100644
--- a/templates/project/widgets/image/image.html
+++ b/templates/project/widgets/image/image.html
@@ -1 +1 @@
-<img data-bind-src="image | prepend '/assets'" data-bind-width="width"/> \ No newline at end of file
+<img data-bind-src="image | prepend '/assets'" data-bind-width="width"/>
diff --git a/templates/project/widgets/image/image.scss b/templates/project/widgets/image/image.scss
index 10ca81d..0b1a316 100644
--- a/templates/project/widgets/image/image.scss
+++ b/templates/project/widgets/image/image.scss
@@ -6,8 +6,8 @@ $background-color: #4b4b4b;
// ----------------------------------------------------------------------------
// Widget-image styles
// ----------------------------------------------------------------------------
-.widget-image {
+.widget-image {
background-color: $background-color;
-} \ No newline at end of file
+}