1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
define(['form'],function (Form) {
|
||||
//Do setup work hereAction
|
||||
var Account={
|
||||
index:function(){
|
||||
this.bindEvent();
|
||||
},
|
||||
bindEvent:function(){
|
||||
var form = $('form');
|
||||
Form.api.bindevent(form)
|
||||
}
|
||||
};
|
||||
return Account
|
||||
});
|
||||
Reference in New Issue
Block a user