@@ -128,7 +128,7 @@ $['plug']("events", function($){
   };
 
   p['on'] = function(evt, sel, cb){
-    return typeof sel === 'function' ? this.bind(evt, sel) : this.delegate(evt, sel, cb);
+    return typeof sel === 'function' ? this.bind(evt, sel) : this.delegate(sel, evt, cb);
   };
 
   p['off'] = function(evt, sel, cb){
