Skip to main content
Hi all,

I am trying to save controller.js file,then i am getting the following error.Can any one help me to solve this.ESLINT ERROR in contoller.js file

Any valuble suggestions.
1 respuesta
  1. 21 dic 2017, 06:14
    Hi Lakshmi,

    This is becaus eyou are suing cmp.getEvent in line 7 but have not passed it as a parameter.

    Update line 3 to -

    myfireComponentEvent : function(cmp, event) 

     
0/9000