]> git.proxmox.com Git - mirror_novnc.git/commit
Add util for unsigned and signed int. conversion
authorNiko Lehto <nikle@cendio.se>
Tue, 28 Jan 2020 16:00:04 +0000 (17:00 +0100)
committerNiko Lehto <nikle@cendio.se>
Mon, 17 Feb 2020 10:29:40 +0000 (11:29 +0100)
commit9575ded8da83b6d8774b36316c388279fa0512cc
treeeba8d0366bb1eee4351267a1aa2840815a90b956
parentf52e979082926ab535f36f33e29693988a4bdfef
Add util for unsigned and signed int. conversion

Will be used in later commit in extended clipboard handling.
core/util/int.js [new file with mode: 0644]
tests/test.int.js [new file with mode: 0644]