This commit is contained in:
AJ ONeal 2017-01-21 12:54:43 -07:00
parent d601f44dd9
commit ae96f2fdc5
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
exports.DNS_CLASSES = {
IN: 0x01 // 1
, ANY: 0xff // 255
};
}('undefined' !== typeof window ? window : exports));