Skip to content

Commit

Permalink
use $protobuf.Long
Browse files Browse the repository at this point in the history
  • Loading branch information
halex2005 committed Jan 3, 2017
1 parent a6cb560 commit 1696383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/targets/static.js
Expand Up @@ -250,7 +250,7 @@ function buildType(ref, type) {
case "sint64":
case "fixed64":
case "sfixed64":
jsType = "number|Long";
jsType = "number|$protobuf.Long";
break;
case "bool":
jsType = "boolean";
Expand Down

0 comments on commit 1696383

Please sign in to comment.