Skip to content

Commit

Permalink
Style convention fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover authored and jason0x43 committed Apr 11, 2014
1 parent d57943e commit 4004e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ define([

aspect.after(server, 'close', function () {
var socket;
while (socket = sockets.pop()) {
while ((socket = sockets.pop())) {
socket.destroy();
}
});
Expand Down

0 comments on commit 4004e72

Please sign in to comment.