first commit
This commit is contained in:
12
康唯唯私活/Vr项目/code/src/resources/static/js/app/about.js
Executable file
12
康唯唯私活/Vr项目/code/src/resources/static/js/app/about.js
Executable file
@@ -0,0 +1,12 @@
|
||||
define(['jquery','utils'],function ($,utils) {
|
||||
function about() {
|
||||
|
||||
}
|
||||
|
||||
about.prototype = {
|
||||
init () {
|
||||
}
|
||||
};
|
||||
|
||||
return new about();
|
||||
});
|
||||
Reference in New Issue
Block a user