Sample Code:
({
storeTest : function(component, event, helper) {
},
getTest : function(cmp, event) {
//
},
getTest1 : function(cmp, event) {
//
}
})
The methods should be separated ‘,’.
Cheers!!!