vrfs1008: changed createInvitations to be anon fcn
This commit is contained in:
parent
ddcfef56c4
commit
a923025a80
|
|
@ -82,7 +82,7 @@
|
|||
$(evt.currentTarget).closest('.invitation').remove();
|
||||
}
|
||||
|
||||
function createInvitations(sessionId, onComplete) {
|
||||
this.createInvitations = function(sessionId, onComplete) {
|
||||
var callCount = 0;
|
||||
var totalInvitations = 0;
|
||||
$('.selected-friends .invitation').each(function(index, invitation) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue