summaryrefslogtreecommitdiffstats
path: root/install/static/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/entity.js')
-rw-r--r--install/static/entity.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/entity.js b/install/static/entity.js
index 94eab45b6..3eafedc0a 100644
--- a/install/static/entity.js
+++ b/install/static/entity.js
@@ -45,7 +45,7 @@ function ipa_facet(spec) {
that.setup_views = ipa_facet_setup_views;
- that.super = function(name) {
+ that.superior = function(name) {
var method = that[name];
return function () {
return method.apply(that, arguments);
@@ -88,7 +88,7 @@ function ipa_entity(spec) {
that.associations = [];
that.associations_by_name = {};
- that.super = function(name) {
+ that.superior = function(name) {
var method = that[name];
return function () {
return method.apply(that, arguments);