mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Page tests fix.
This commit is contained in:
@@ -1485,7 +1485,11 @@ function convertToTransform(value: string): [CssProperty<any, any>, any][] {
|
||||
}
|
||||
|
||||
// Background properties.
|
||||
export const backgroundInternalProperty = new CssProperty<Style, Background>({ name: "backgroundInternal", cssName: "_backgroundInternal", defaultValue: Background.default });
|
||||
export const backgroundInternalProperty = new CssProperty<Style, Background>({
|
||||
name: "backgroundInternal",
|
||||
cssName: "_backgroundInternal",
|
||||
defaultValue: Background.default
|
||||
});
|
||||
backgroundInternalProperty.register(Style);
|
||||
|
||||
let pattern: RegExp = /url\(('|")(.*?)\1\)/;
|
||||
|
||||
Reference in New Issue
Block a user