Fixed missing object reference.

This commit is contained in:
Endi S. Dewata 2011-01-31 22:24:40 -06:00
parent f85771b2a7
commit 7c23d5aff9

View File

@ -455,7 +455,7 @@ IPA.association_table_widget = function (spec) {
'pkey': pkey,
'other_entity': that.other_entity,
'attribute_member': that.attribute_member,
method:that.add_method
method: that.add_method
});
};
@ -520,7 +520,7 @@ IPA.association_table_widget = function (spec) {
'pkey': pkey,
'other_entity': that.other_entity,
'values': selected_values,
method:remove_method
method: that.remove_method
});
dialog.remove = function() {