提交代码
This commit is contained in:
4
public/vendor/wangEditor-3.1.1/example/demo/test-amd-main.js
vendored
Normal file
4
public/vendor/wangEditor-3.1.1/example/demo/test-amd-main.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
require(['/wangEditor.min.js'], function (E) {
|
||||
var editor2 = new E('#div3')
|
||||
editor2.create()
|
||||
})
|
||||
Reference in New Issue
Block a user