summaryrefslogtreecommitdiffstats
path: root/app/core/presence.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/presence.js')
-rw-r--r--app/core/presence.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/core/presence.js b/app/core/presence.js
index 08711e5..17b3533 100644
--- a/app/core/presence.js
+++ b/app/core/presence.js
@@ -1,7 +1,6 @@
'use strict';
-var _ = require('lodash'),
- Connection = require('./presence/connection'),
+var Connection = require('./presence/connection'),
ConnectionCollection = require('./presence/connection-collection'),
RoomCollection = require('./presence/room-collection'),
UserCollection = require('./presence/user-collection');