syntax error in ut3

This commit is contained in:
Michael Morrison 2013-07-10 11:17:11 -05:00
parent 57c816ce19
commit 763f64ff09
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module.exports = require('./gamespy3').extend({
init: function() {
this._super();
this.options.port = 6500;
}
},
prepState: function(state) {
this._super(state);