first commit
This commit is contained in:
12
dist/resources/static/js/app/test.js
vendored
Normal file
12
dist/resources/static/js/app/test.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
define(['jquery','utils'],function ($,utils) {
|
||||
function test() {
|
||||
|
||||
}
|
||||
|
||||
test.prototype = {
|
||||
init () {
|
||||
}
|
||||
};
|
||||
|
||||
return new test();
|
||||
});
|
||||
Reference in New Issue
Block a user