From bd0a80db5e889f83fd97a437a3e4cb0fb03e67d7 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 22 Dec 2015 06:15:59 -0500 Subject: [PATCH] Rename MovePopup to MoveSetPopup 'MovePopup' is too vague of a name. --- js/client-teambuilder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index 1ee1285be..dbef4d299 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -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 = '