Bug 276008: fix Help Viewer bustage by removing the unused const XML. rs=Neil
git-svn-id: svn://10.0.0.236/trunk@167034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -52,8 +52,6 @@ var helpGlossaryPanel;
|
||||
|
||||
// Namespaces
|
||||
const NC = "http://home.netscape.com/NC-rdf#";
|
||||
const SN = "rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#";
|
||||
const XML = "http://www.w3.org/XML/1998/namespace#"
|
||||
const MAX_LEVEL = 40; // maximum depth of recursion in search datasources.
|
||||
|
||||
// Resources
|
||||
|
||||
@@ -49,8 +49,6 @@ var helpGlossaryPanel;
|
||||
|
||||
# Namespaces
|
||||
const NC = "http://home.netscape.com/NC-rdf#";
|
||||
const SN = "rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#";
|
||||
const XML = "http://www.w3.org/XML/1998/namespace#"
|
||||
const MAX_LEVEL = 40; // maximum depth of recursion in search datasources.
|
||||
const MAX_HISTORY_MENU_ITEMS = 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user