Convert AMD and CommonJS odules to ES6
[MAILPOET-1829]
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
define([
|
||||
'jquery'
|
||||
],
|
||||
function admin(jQuery) {
|
||||
import jQuery from 'jquery';
|
||||
|
||||
jQuery(function adminDomReady($) {
|
||||
// dom ready
|
||||
$(function domReady() {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user