增加 simditor 的自动板寸

This commit is contained in:
virusdefender
2015-10-17 12:22:05 +08:00
parent 5f45c32045
commit 489383c920
6 changed files with 146 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
define("editor", ["simditor"], function(Simditor){
define("editor", ["simditor", "simditor-autosave"], function(Simditor){
function editor(selector){
return new Simditor({
textarea: $(selector),