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/search.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/static/search.js') diff --git a/install/static/search.js b/install/static/search.js index f5d81587..e253f78c 100644 --- a/install/static/search.js +++ b/install/static/search.js @@ -28,8 +28,8 @@ function ipa_search_widget(spec) { var that = ipa_table_widget(spec); - that.super_create = that.super('create'); - that.super_setup = that.super('setup'); + that.superior_create = that.superior('create'); + that.superior_setup = that.superior('setup'); that.create = function(container) { @@ -71,12 +71,12 @@ function ipa_search_widget(spec) { 'class': 'search-results' }).appendTo(div); - that.super_create(container); + that.superior_create(container); }; that.setup = function(container) { - that.super_setup(container); + that.superior_setup(container); var filter = $.bbq.getState(that.entity_name + '-filter', true) || ''; this.filter.val(filter); -- cgit