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/add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/add.js') diff --git a/install/static/add.js b/install/static/add.js index 9c68aea3..6b31a6ed 100644 --- a/install/static/add.js +++ b/install/static/add.js @@ -94,7 +94,7 @@ function ipa_add_dialog(spec) { ipa_cmd('add', args, options, on_success, on_error, that.entity_name); }; - that.super_init = that.super('init'); + that.superior_init = that.superior('init'); return that; } -- cgit