summaryrefslogtreecommitdiff
path: root/templates/project/widgets/list/list.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/list/list.coffee')
-rw-r--r--templates/project/widgets/list/list.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/widgets/list/list.coffee b/templates/project/widgets/list/list.coffee
index 3cbf7a1..0028073 100644
--- a/templates/project/widgets/list/list.coffee
+++ b/templates/project/widgets/list/list.coffee
@@ -3,4 +3,4 @@ class Dashing.List extends Dashing.Widget
if @get('unordered')
$(@node).find('ol').remove()
else
- $(@node).find('ul').remove() \ No newline at end of file
+ $(@node).find('ul').remove()