mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
having evicted default.js from components/, we reclaim our *.js birthright
This commit is contained in:
parent
853ad0e68d
commit
826cb30406
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user