Essential.Behavior = Proto.extend({
  constructor: function(domElement, lateStart, initParams) {
    this.el = domElement;

    // A behavior can be initialized without attaching events with the `lateStart`