chrisenytc / ng-socket

Angular Module for Socket.io
MIT License
49 stars 18 forks source link

Fix syntax errors #1

Closed chrisenytc closed 10 years ago

chrisenytc commented 10 years ago

Fix bug in the function of the module. on line 15.

//Check if ocket is undefined
if(typeof socket === 'undefined') {
    var socket = io.connect();
}
//