Pushed under one-liner rule.

--
Endi S. Dewata
From 0742a9bdfa5b8570b732b8c21d51b242ac82ab5f Mon Sep 17 00:00:00 2001
From: Endi S. Dewata <edew...@redhat.com>
Date: Mon, 31 Jan 2011 22:24:40 -0600
Subject: [PATCH] Fixed missing object reference.

---
 install/ui/associate.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/ui/associate.js b/install/ui/associate.js
index 15fe8fedc4df81de88b5a18f8a3b610f8ee59aa2..2d416f0fd7482bb53ffa80addec5e92c2299cdb8 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() {
-- 
1.6.6.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to