From 59a0c17c54b2136946a43b012380f926d9d9e7f3 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 12 Nov 2010 20:51:15 -0500 Subject: super to superior --- install/static/group.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index 45aa83a5..2358cf1f 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -26,7 +26,7 @@ function ipa_group() { 'name': 'group' }); - that.super_init = that.super('init'); + that.superior_init = that.superior('init'); that.init = function() { @@ -37,7 +37,7 @@ function ipa_group() { that.add_dialog(dialog); dialog.init(); - that.super_init(); + that.superior_init(); }; return that; @@ -51,11 +51,11 @@ function ipa_group_add_dialog(spec) { var that = ipa_add_dialog(spec); - that.super_init = that.super('init'); + that.superior_init = that.superior('init'); that.init = function() { - this.super_init(); + this.superior_init(); this.add_field(ipa_text_widget({name:'cn', label:'Name'})); this.add_field(ipa_text_widget({name:'description', label:'Description'})); -- cgit