Skip to content

Commit

Permalink
Long.UONE is unsigned, ofc
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jun 7, 2014
1 parent d9673ca commit 79cb714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Long.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
* @type {!Long}
* @expose
*/
Long.UONE = Long.fromInt(1);
Long.UONE = Long.fromInt(1, true);

/**
* @type {!Long}
Expand Down
16 changes: 8 additions & 8 deletions Long.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79cb714

Please sign in to comment.