bring back todos

This commit is contained in:
Marek Kotewicz
2015-01-06 13:32:04 +01:00
parent 8c1b26889a
commit a2a77172a6
4 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* @date 2014
*/
// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var WebSocket = require('ws'); // jshint ignore:line
}