Merge pull request #204 from rgravina/188_fix_jshint_warnings

This commit is contained in:
Blake Grotewold
2015-02-09 19:25:08 -05:00
11 changed files with 118 additions and 117 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ Events.Outside = [
{ /* Soldier attack */
title: _('A Military Raid'),
isAvailable: function() {
return Engine.activeModule == Outside && $SM.get('game.population', true) > 0 && $SM.get('game.cityCleared');;
return Engine.activeModule == Outside && $SM.get('game.population', true) > 0 && $SM.get('game.cityCleared');
},
scenes: {
'start': {