Skip to content

Commit 79cb714

Browse files
committed
Long.UONE is unsigned, ofc
1 parent d9673ca commit 79cb714

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Long.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
* @type {!Long}
300300
* @expose
301301
*/
302-
Long.UONE = Long.fromInt(1);
302+
Long.UONE = Long.fromInt(1, true);
303303

304304
/**
305305
* @type {!Long}

Long.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)