Update crc32.js

This commit is contained in:
Лампуша
2015-08-27 21:51:35 +03:00
parent 2c343eea99
commit 3a37632df2
-2
View File
@@ -59,5 +59,3 @@ function crc32(charach) {
return crc.toString(16); return crc.toString(16);
} }
console.log(crc32('123456789'));