I am getting this JS error: ReferenceError: event is not defined when I try to pass the event object to click binding when I use Firefox 23. Ev
Here the solution from github.com/knockout/knockout/issues/752
...
Under Firefox event is not defined on the window object, instead it needs to be passed to the function.