Browse Source

server: fix shadowed port variable

Manfred Kroehnert 12 years ago
parent
commit
03b0135a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/server.js

+ 1 - 1
server/server.js

@@ -14347,4 +14347,4 @@ smalltalk.classes()._do_(function(each) {
 if(this.smalltalkReady) {
     this.smalltalkReady();
 }
-smalltalk.FileServer._main()
+smalltalk.FileServer._main()