``` 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.