I have the following code that is an emberjs action:
expand: ->
return if event.target.tagName == "A"
Ember (for some reason) does not pass the event object to the action function and the global event object does not exist in firefox.
Is there any other way to get the event object in firefox using jquery or anything?
Aucun commentaire:
Enregistrer un commentaire