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.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/install/static/details.js b/install/static/details.js
index f0e24ac08..cc1a4e19d 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -142,13 +142,6 @@ function ipa_details_section(spec){
that.fields = [];
that.fields_by_name = {};
- that.superior = function(name) {
- var method = that[name];
- return function () {
- return method.apply(that, arguments);
- };
- };
-
that.__defineGetter__("entity_name", function(){
return that._entity_name;
});