Skip to content

Commit f0bfcd5

Browse files
committed
Borrada linea innecesaria
1 parent 677d4e2 commit f0bfcd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Battle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Battle.prototype._extractGrimoiresByParty = function (parties) {
7171
Battle.prototype._extractCharactersById = function (parties) {
7272
var idCounters = {};
7373
var characters = [];
74-
var self = this;
7574
var partyIds = Object.keys(parties);
7675
partyIds.forEach(function (partyId) {
7776
var members = parties[partyId].members;
@@ -151,7 +150,7 @@ Battle.prototype._checkEndOfBattle = function () {
151150
function getCommonParty(characters) {
152151
// Devuelve la party que todos los personajes tienen en común o null en caso
153152
// de que no haya común.
154-
153+
155154
}
156155
};
157156

0 commit comments

Comments
 (0)