Skip to content

Commit

Permalink
Merge branch 'develop' into whitespave
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarGodson committed Jul 22, 2013
2 parents 93eab63 + 3dabd26 commit 1d6df56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ $(function () {
{ container: 'example-1'
, file: { defaultContent: "#EpicEditor\nThis is some default content. Go ahead, _change me_. " }
, focusOnLoad: true
, autogrow: true
, autogrow: {
minHeight: 350
}
}
, editor = new EpicEditor(opts).load()
, example = new EpicEditor()
Expand Down

0 comments on commit 1d6df56

Please sign in to comment.