mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-24 00:46:31 -05:00
Remove extraneous saveTeams function
This commit is contained in:
parent
bbc2188a40
commit
37af6ced67
|
|
@ -83,11 +83,6 @@
|
|||
app.user.trigger('saveteams');
|
||||
this.update();
|
||||
},
|
||||
saveTeams: function() {
|
||||
if (this.curTeam) {
|
||||
this.curTeam.team = Storage.packTeam(this.curSetList);
|
||||
}
|
||||
},
|
||||
|
||||
// the teambuilder has three views:
|
||||
// - team list (curTeam falsy)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user