summaryrefslogtreecommitdiff
path: root/templates/widget
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-24 17:58:16 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-08-24 17:58:16 -0400
commitb585121df5976a514c06981de73c611b8a3157d3 (patch)
tree3f2f30f81168cd515e8bcc86704b3d55cade467a /templates/widget
parentc3ccc8f11619bc1d182d6c7e73ce160699ff27c7 (diff)
Remove some lingering calls to 'super' from widgets.
Diffstat (limited to 'templates/widget')
-rw-r--r--templates/widget/%name%/%name%.coffee.tt3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/widget/%name%/%name%.coffee.tt b/templates/widget/%name%/%name%.coffee.tt
index 9105f9a..bc752e1 100644
--- a/templates/widget/%name%/%name%.coffee.tt
+++ b/templates/widget/%name%/%name%.coffee.tt
@@ -6,5 +6,4 @@ class Dashing.<%= Thor::Util.camel_case(name) %> 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.
- super \ No newline at end of file
+ # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in. \ No newline at end of file