Strike through those small judgement lapses with this button!

var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['strike'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});