зеркало из https://github.com/mozilla/pjs.git
famous last words -> "NOT PART OF BUILD"
This commit is contained in:
Родитель
b02ead1400
Коммит
4cad25cc57
|
@ -49,7 +49,10 @@ function InspectorApp_initialize()
|
|||
|
||||
function InspectorApp() // implements inIViewerPaneContainer
|
||||
{
|
||||
this.mInstallURL = this.getSpecialDirectory(kInstallDirId).URL;
|
||||
// XXX HACK nsIFile.URL not implemented on unix and mac
|
||||
this.mInstallURL = "file://"+this.getSpecialDirectory(kInstallDirId).path+'/';
|
||||
//this.mInstallURL = this.getSpecialDirectory(kInstallDirId).URL;
|
||||
|
||||
kHistoryURL = this.prependBaseURL(kHistoryURL);
|
||||
kViewerRegURL = this.prependBaseURL(kViewerRegURL);
|
||||
kSearchRegURL = this.prependBaseURL(kSearchRegURL);
|
||||
|
|
|
@ -202,7 +202,7 @@ ViewerRegistryLoadObserver.prototype = {
|
|||
|
||||
onError: function(aErrorMsg)
|
||||
{
|
||||
this.mTarget.onLoadError(aErrorMsg);
|
||||
this.mTarget.onError(aErrorMsg);
|
||||
},
|
||||
|
||||
onDataSourceReady: function(aDS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче