From 7c23d5aff955739f2271d510d4f494d67a77d8a3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 31 Jan 2011 22:24:40 -0600 Subject: Fixed missing object reference. --- install/ui/associate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/ui/associate.js b/install/ui/associate.js index 15fe8fed..2d416f0f 100644 --- a/install/ui/associate.js +++ b/install/ui/associate.js @@ -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() { -- cgit