Cancel bubbling in firefox

Cancel bubbling in firefox

Hello.

The following issue is only in FireFox. works OK in IE and Chrome.

I created the DIV bellow.
When it reaches the someFnc - the event is "undefined" (nor window.event)

How can I cancel bubbling??
  1. jQuery('<div/>', {
                        id: 'AA' + this.boxID,
                        class: 'BB_Btn',
                        click: (function () { current.someFnc(event); })
    1.                 }).insertBefore('#box' + this.boxID + 'star');