Add default crc if not specified

This commit is contained in:
Rob Moran
2016-02-27 14:07:34 +00:00
parent 3de7ca6765
commit e2a427d094
5 changed files with 13 additions and 18 deletions

2
dist/crc16.js vendored
View File

@@ -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';