Recompile and prettify

pull/80/head
Wes Cossick 9 years ago
parent eb1a43e91c
commit d74bf5def3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -720,8 +720,7 @@ function SimpleMDE(options) {
if(options.element) { if(options.element) {
this.element = options.element; this.element = options.element;
} } else if(options.element === null) {
else if(options.element === null) {
// This means that the element option was specified, but no element was found // This means that the element option was specified, but no element was found
console.log("SimpleMDE: Error. No element was found."); console.log("SimpleMDE: Error. No element was found.");
return; return;

Loading…
Cancel
Save