diff --git a/client/client.js b/client/client.js index bc8b778d..3cbe344e 100644 --- a/client/client.js +++ b/client/client.js @@ -1,6 +1,7 @@ 'use strict'; const process = require('process'); + /* global DOM */ const Emitify = require('emitify'); const inherits = require('inherits');