Skip to content

Commit

Permalink
Merge pull request #610 from halex2005/master
Browse files Browse the repository at this point in the history
use Long type from $protobuf
  • Loading branch information
dcodeIO committed Jan 3, 2017
2 parents 64f95f9 + 1696383 commit 196fdc0
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 @@ -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 196fdc0

Please sign in to comment.