super to superior

This commit is contained in:
Adam Young
2010-11-12 20:51:15 -05:00
committed by Endi Sukma Dewata
parent 828f87e4a6
commit 59a0c17c54
12 changed files with 81 additions and 190 deletions

View File

@@ -94,7 +94,7 @@ function ipa_add_dialog(spec) {
ipa_cmd('add', args, options, on_success, on_error, that.entity_name);
};
that.super_init = that.super('init');
that.superior_init = that.superior('init');
return that;
}