Multiple identical listeners

I have 

$(document).on('knack-scene-render.any', function(event, scene) {

in multiple places in my javascript should i combine all of them into a single listener or does it not make a difference?