Document saving almost working

This commit is contained in:
John Crepezzi 2011-11-18 10:49:00 -05:00
parent 7cc30e4b69
commit 7756e38595
3 changed files with 63 additions and 14 deletions

View file

@ -41,6 +41,7 @@
$(function() {
var app = new heist('heist');
app.newDocument();
$('textarea').focus();
});
</script>