Skip to content

Commit

Permalink
CLI: Statically emitted long type is 'Long' now instead of '$protobuf…
Browse files Browse the repository at this point in the history
….Long', see #718
  • Loading branch information
dcodeIO committed Mar 23, 2017
1 parent c04d4a5 commit 0bc4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/targets/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function toJsType(field) {
case "sint64":
case "fixed64":
case "sfixed64":
return "number|$protobuf.Long";
return "number|Long";
case "bool":
return "boolean";
case "string":
Expand Down

0 comments on commit 0bc4a14

Please sign in to comment.