5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
/* crc32.js (C) 2014 SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
var CRC32 = {};
|
|
(function(CRC32) {
|