12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
define(['jquery','utils'],function ($,utils) {
|
|
function JsName() {
|
|
|
|
}
|
|
|
|
JsName.prototype = {
|
|
init () {
|
|
}
|
|
};
|
|
|
|
return new JsName();
|
|
}); |