on: {
      configurable: true,
      value (o) {
        return this.loop(t => _(o).each((k, f) => t.on(k, f.bind(o))));
      }