只读模式
group, 分享
评论更多问题
博客标签总是存在一个
This commit is contained in:
lealife
2015-06-15 18:01:48 +08:00
parent 7e458bb433
commit 6987a38820
1453 changed files with 114561 additions and 91536 deletions

View File

@ -0,0 +1,17 @@
// 上传, 粘贴图片
requirejs.config({
paths: {
// life
'editor_drop_paste': 'js/upload_paste/editor_drop_paste',
'attachment_upload': 'js/upload_paste/attachment_upload',
'jquery.ui.widget': 'js/upload_paste/libs/jquery.ui.widget',
'fileupload': 'js/upload_paste/libs/jquery.fileupload',
'iframe-transport': 'js/upload_paste/libs/jquery.iframe-transport'
},
shim: {
// life
'fileupload': {deps: ['jquery.ui.widget', 'iframe-transport']},
}
});
require(["editor_drop_paste", "attachment_upload"], function() {
});