summaryrefslogtreecommitdiffstats
path: root/install/static/entity.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-12 20:51:15 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-14 01:53:52 -0500
commit59a0c17c54b2136946a43b012380f926d9d9e7f3 (patch)
tree0d290cbcc650a79c2f8f5b20da3d02bc94bc7e4c /install/static/entity.js
parent828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 (diff)
downloadfreeipa-59a0c17c54b2136946a43b012380f926d9d9e7f3.tar.gz
freeipa-59a0c17c54b2136946a43b012380f926d9d9e7f3.tar.xz
freeipa-59a0c17c54b2136946a43b012380f926d9d9e7f3.zip
super to superior
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 94eab45b..3eafedc0 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);