We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e629d commit 2acfc4bCopy full SHA for 2acfc4b
src/builder.browser.js
@@ -13,7 +13,7 @@ function HmmBuilderFactory(send) {
13
return () => JSON.stringify({model, payload})
14
default:
15
return function next(...args) {
16
- payload.fns.push({method: p, args})
+ payload.fns.push({m: p, args})
17
return this;
18
}
19
0 commit comments