some indenting / newline removal

This commit is contained in:
Kyle Drake 2015-12-14 15:11:32 -08:00
parent 4918f2b5a6
commit 607d1fa1fd
2 changed files with 5 additions and 6 deletions

View file

@ -42,7 +42,6 @@
} else {
sessionStorage.setItem('tutorialHtml', html)
ok('Great, you did it!', '/tutorial/html/3')
}
}
</script>

View file

@ -50,11 +50,11 @@
})
editor.commands.addCommand({
name: 'saveCommand',
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
exec: function(editor) {
$('#submit').click()
}
name: 'saveCommand',
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
exec: function(editor) {
$('#submit').click()
}
})
})
</script>