mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-12 20:18:13 +08:00
Add default crc if not specified
This commit is contained in:
2
dist/crc16.js
vendored
2
dist/crc16.js
vendored
@@ -27,7 +27,6 @@
|
||||
|
||||
// https://github.com/umdjs/umd
|
||||
(function(global, factory) {
|
||||
|
||||
if (typeof exports === 'object') {
|
||||
// CommonJS (Node)
|
||||
module.exports = factory();
|
||||
@@ -38,7 +37,6 @@
|
||||
// Browser global (with support for web workers)
|
||||
global.crc16 = factory();
|
||||
}
|
||||
|
||||
}(this, function() {
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user