mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:

committed by
Manol Donev

parent
3b5785146f
commit
dfcbe6c319
@ -153,8 +153,8 @@ function loadCustomComponent(componentNamespace: string, componentName?: string,
|
||||
result = getComponentModule(componentName, componentNamespace, attributes, context, moduleNamePath, isRootComponent);
|
||||
|
||||
// The namespace is the JS module and the (componentName is the name of the class in the module)
|
||||
// So if there is no componentNamespace/componentName.{qualifiers}.css we should also look for
|
||||
// componentNamespace.{qualifiers}.css
|
||||
// So if there is no componentNamespace/componentName.{qualifiers}.css we should also look for
|
||||
// componentNamespace.{qualifiers}.css
|
||||
if (!resolvedCssModuleName) {
|
||||
resolvedCssModuleName = resolveModuleName(componentNamespace, "css");
|
||||
}
|
||||
|
Reference in New Issue
Block a user