Skip to content

Commit 2acfc4b

Browse files
committed
fix builder for browser
1 parent e0e629d commit 2acfc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function HmmBuilderFactory(send) {
1313
return () => JSON.stringify({model, payload})
1414
default:
1515
return function next(...args) {
16-
payload.fns.push({method: p, args})
16+
payload.fns.push({m: p, args})
1717
return this;
1818
}
1919
}

0 commit comments

Comments
 (0)