Commit da8d4447 authored by Randall Leeds's avatar Randall Leeds

Remove bogus reference in socket.coffee

The way our coffee is being bundled is actually problematic because
each of the individual files insn't wrapped in an anonymous function,
only the whole coffee bundle is. Therefore, the configure reference
in socket.coffee should have failed. It doesn't. Who knows what else
might be confused as a result of this situation. I'll sort it all out
this week.
parent dec0ddd5
......@@ -40,7 +40,7 @@ class Socket extends SockJS
this.send = send
angular.module('h.socket', imports, configure)
angular.module('h.socket', imports)
.factory('clientID', clientID)
.factory('socket', socket)
.run(run)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment