Files
2024-09-27 00:54:11 +08:00

12 lines
141 B
Plaintext

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