修正undefined错误
@ -2040,7 +2040,7 @@
*/
getPreviewedHTML : function() {
if (!settings.watch)
if (!this.settings.watch)
{
alert("Error: settings.watch == false");
@ -2902,4 +2902,4 @@
return editormd;
}));