remove tabs and some trailing white space from thunderbird's xul and js files.
purely white space changes. git-svn-id: svn://10.0.0.236/trunk@235527 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
af68983146
commit
90ded85a0c
@ -70,3 +70,10 @@ function PROT_Application() {
|
||||
PROT_Application.prototype.getReportPhishingURL = function() {
|
||||
return gDataProvider.getReportPhishURL();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return String the report error URL (localized).
|
||||
*/
|
||||
PROT_Application.prototype.getReportErrorURL = function() {
|
||||
return gDataProvider.getReportErrorURL();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user