You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aquaculture/public/vendor/wangEditor-3.1.1/example/demo/test-amd-main.js

4 lines
103 B

require(['/wangEditor.min.js'], function (E) {
var editor2 = new E('#div3')
editor2.create()
})