1 sc_require('mixins/delegate_support');
  2 
  3 /** @class */
  4 SC.CoreView = SC.Responder.extend(SC.DelegateSupport);
  5