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