Commit b2c313e2 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1478 from lawilli/patch-1

Hanging comma
parents 9c7b1a25 82857f96
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
item: { item: {
type: Object, type: Object,
value: function () { return {}; } value: function () { return {}; }
}, }
}, },
observers: ['setHostClass(item.completed, editing)'], observers: ['setHostClass(item.completed, editing)'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment