``` html <div w-mousetrap="{ a: someFunc(scopeVariable) }"> ``` expected result on pressing `a` is to call `$scope.someFunc` with `$scope.ScopeVariable`, but `undefined is not a function` is the result.
expected result on pressing
ais to call$scope.someFuncwith$scope.ScopeVariable, butundefined is not a functionis the result.