Files
WebsiteTemplate/dist/resources/static/js/app/test.js
2024-09-27 00:54:11 +08:00

13 lines
163 B
JavaScript

define(['jquery','utils'],function ($,utils) {
function test() {
}
test.prototype = {
init () {
}
};
return new test();
});