$delegateNode.on('refresh.debug', function (e) {
    var $root = $(e.target).closest('.debug')
    applyFilter($root)
  })