Files
piratepoet/assets/js/src/admin.js
Pavel Dohnal 699017532e Fix func-names rule in es5
Please remove those comments if you work on those files
[MAILPOET-1143]
2018-01-08 14:56:00 +00:00

13 lines
173 B
JavaScript

define('admin', [
'jquery'
],
function admin(jQuery) {
jQuery(function adminDomReady($) {
// dom ready
$(function domReady() {
});
});
}
);