Skip to content
Snippets Groups Projects
Commit 8399d13f authored by Gavin Jefferies's avatar Gavin Jefferies Committed by Sam Saccone
Browse files

Fix cypress test run (#1905)

remove unused arg that crashes cypress test
display the clear completed label
parent 302b409c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ enyo.kind({
kind: 'enyo.Button',
id: 'clear-completed',
name: 'clear-completed',
content: 'Clear completed',
attributes: {
class: 'clear-completed'
},
......
......@@ -90,7 +90,7 @@ enyo.kind({
},
throwEdit: function () {
this.inherited(arguments);
this.bubble('onStartEdit', parent.$.inputField);
this.bubble('onStartEdit');
return true;
}
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment