jsl warnings

This commit is contained in:
Adam Young 2011-01-28 10:21:30 -05:00
parent c75f332af9
commit 828cd5f11a
4 changed files with 5 additions and 4 deletions

View File

@ -405,7 +405,7 @@ IPA.details_section = function (spec){
}
}
return false;
}
};
// methods that should be invoked by subclasses
that.section_init = that.init;

View File

@ -65,7 +65,7 @@ IPA.facet = function (spec) {
that.is_dirty = function (){
return false;
}
};
that.get_client_area = function() {
return $('.client', that.container);

View File

@ -165,6 +165,7 @@ var IPA = ( function () {
var state = {};
state[entity_name + '-facet'] = facet_name;
$.bbq.pushState(state);
return true;
};
that.switch_and_show_page = function (this_entity, facet_name, pkey) {

View File

@ -51,8 +51,8 @@ IPA.admin_tab_set = function () {
{name:'krbtpolicy', entity:'krbtpolicy'}
]},
{name:'ipaserver', label: IPA.messages.tabs.ipaserver, children: [
{name:'role',entity:'role', label: IPA.messages.tabs.role
,children:[
{name:'role',entity:'role', label: IPA.messages.tabs.role,
children:[
{name:'privilege',entity:'privilege' },
{name:'permission', entity:'permission'}
]},