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/entity.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/entity.js') 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); -- cgit