Browse Source
Merge pull request #604 from defr/master
Handle two editors with different toolbars on the same page
master
pandao
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
editormd.js
|
|
@ -365,7 +365,7 @@ |
|
|
|
|
|
|
|
var _this = this; |
|
|
|
var classPrefix = this.classPrefix = editormd.classPrefix; |
|
|
|
var settings = this.settings = $.extend(true, editormd.defaults, options); |
|
|
|
var settings = this.settings = $.extend(true, {}, editormd.defaults, options); |
|
|
|
|
|
|
|
id = (typeof id === "object") ? settings.id : id; |
|
|
|
|
|
|
|