Rename MovePopup to MoveSetPopup

'MovePopup' is too vague of a name.
This commit is contained in:
Guangcong Luo
2015-12-22 06:15:59 -05:00
parent fa15819572
commit bd0a80db5e

View File

@@ -1315,7 +1315,7 @@
},
moveSet: function (i, button) {
i = +($(button).closest('li').attr('value'));
app.addPopup(MovePopup, {
app.addPopup(MoveSetPopup, {
i: i,
team: this.curSetList
});
@@ -2767,7 +2767,7 @@
}
});
var MovePopup = exports.MovePopup = Popup.extend({
var MoveSetPopup = exports.MoveSetPopup = Popup.extend({
initialize: function (data) {
var buf = '<ul class="popupmenu">';
this.i = data.i;