I get this error JS: ReferenceError: the event is not defined when I try to pass an event object to bind the binding when using Firefox 23. Everything works fine in Chrome
Here is the code:
<tr data-bind="click: function(){ $parent.expandRow($data, event) }"> ... </tr> vm.entries.expandRow = function(entry, event){ ... }
Marco calì
source share