Merge branch 'zemal_dev'

This commit is contained in:
zema1 2017-12-03 20:53:56 +08:00
commit 9bddcf47fe

View File

@ -101,6 +101,7 @@
mode[lang.name] = lang.content_type
})
this.mode = mode
this.editor.setOption('mode', this.mode[this.language])
})
this.editor.focus()
},