Skip to content

Commit

Permalink
Running build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kousu committed Dec 21, 2015
1 parent 15802f0 commit 51c4586
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 209 deletions.
3 changes: 2 additions & 1 deletion epiceditor/js/epiceditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
'</div>'

// The previewer is just an empty box for the generated HTML to go into
, previewer: '<div id="epiceditor-preview"></div>'
, previewer: '<div id="epiceditor-preview" class="epiceditor-preview"></div>'
, editor: '<!doctype HTML>'
};

Expand Down Expand Up @@ -1897,6 +1897,7 @@
window.EpicEditor = EpicEditor;
}
})(window);

/**
* marked - a markdown parser
* Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed)
Expand Down
Loading

0 comments on commit 51c4586

Please sign in to comment.