Skip to content

Commit

Permalink
another type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 15, 2010
1 parent 2bb1008 commit 331dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3.js
Expand Up @@ -176,7 +176,7 @@ var N3 = {
* Creates a dedicated server instance for every separate connection. Run by
* N3.createInstance after a user tries to connect to the selected port.
**/
N3.POP3Server: function(socket, server_name, auth, MsgStore, credentials, useTLS){
N3.POP3Server = function(socket, server_name, auth, MsgStore, credentials, useTLS){
this.server_name = server_name || N3.server_name;
this.socket = socket;
this.state = N3.States.AUTHENTICATION;
Expand Down

0 comments on commit 331dc1d

Please sign in to comment.