steal('jquery', 'can/control', 'jquerypp/class', 'can/control/plugin', function ($, Control){ $.Controller = Control; $.fn.controller = $.fn.control; $.fn.controllers = $.fn.controls; can.Control.prototype.find = can.Control.prototype.find || function (s){ return this.element.find(s); } ; $.Controller.prototype.bind = $.Controller.prototype.on; $.Controller.prototype.delegate = $.Controller.prototype.on; } );