having evicted default.js from components/, we reclaim our *.js birthright

This commit is contained in:
shaver%netscape.com 1999-09-21 22:10:03 +00:00
Родитель 853ad0e68d
Коммит 826cb30406
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -387,7 +387,7 @@ mozJSComponentLoader::AutoRegisterComponent(PRInt32 when,
if (!registered)
return NS_ERROR_NULL_POINTER;
const char jsExtension[] = ".cjs";
const char jsExtension[] = ".js";
int jsExtensionLen = 4;
char *nativePath = nsnull, *leafName = nsnull, *registryLocation = nsnull;
nsIModule *module;