后台使用封装好的 web 组件

This commit is contained in:
virusdefender
2015-10-18 11:13:44 +08:00
parent 50880e1f36
commit ad73a36944
9 changed files with 86 additions and 94 deletions

View File

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