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/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/details.js') diff --git a/install/static/details.js b/install/static/details.js index 4a024e98..612716c3 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -168,7 +168,7 @@ function ipa_details_section(spec){ that.fields = []; that.fields_by_name = {}; - that.super = function(name) { + that.superior = function(name) { var method = that[name]; return function () { return method.apply(that, arguments); -- cgit