summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 4a024e986..612716c35 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);