From b79bf4ab1757eb08f7209f158f1f3a386ace8c96 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 12 Jan 2011 14:47:29 -0500 Subject: javascript lint cleanup --- install/static/associate.js | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'install/static/associate.js') diff --git a/install/static/associate.js b/install/static/associate.js index 6173dda0..d4e26353 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -77,8 +77,7 @@ function serial_associator(spec) { options, that.execute, that.on_error, - that.other_entity - ); + that.other_entity); }; return that; @@ -121,8 +120,7 @@ function bulk_associator(spec) { options, that.on_success, that.on_error, - that.entity_name - ); + that.entity_name); }; return that; @@ -293,7 +291,7 @@ function ipa_association_table_widget(spec) { var entity = IPA.get_entity(that.entity_name); var association = entity.get_association(that.other_entity); - + var column; if (association) { if (association.associator) { that.associator = association.associator == 'serial' ? serial_associator : bulk_associator; @@ -313,12 +311,12 @@ function ipa_association_table_widget(spec) { } for (var i=0; i