sync
[roojs1] / roojs-bootstrap-debug.js
index 0766025..f82cb19 100644 (file)
@@ -6725,7 +6725,7 @@ Roo.extend(Roo.bootstrap.breadcrumb.Item, Roo.bootstrap.Component,  {
     initEvents: function()
     {
         if (this.href) {
-            this.el.select('a', true).first().onClick(this.onClick, this)
+            this.el.select('a', true).first().on('click',this.onClick, this)
         }
         
     },