UNPKG

admiraljs

Version:
25 lines (8 loc) 262 B
define(["./editors/editors",'css!./style/style.css'],function(Editors) { var MyCustom=function() { // you might add your custom editors , style etc in this folder // to keep the admin plugin clean new Editors(); } return MyCustom; });