updates for page management

This commit is contained in:
hjkhjk54 2012-06-22 17:55:35 +00:00
parent 9d1ac821fc
commit dd82f54424
2 changed files with 7 additions and 2 deletions

View file

@ -27,5 +27,8 @@ var processDataGetterUtils = {
}
return contentType;
},
isRelatedToBrowseClassGroup:function(contentType) {
return (contentType == "browseClassGroup" || contentType == "internalClass");
}
};