mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Style tests fixes
This commit is contained in:
@@ -34,7 +34,7 @@ export class Frame extends FrameBase {
|
||||
public get _context(): any {
|
||||
return FRAME_CONTEXT;
|
||||
}
|
||||
public set _context(value:any) {
|
||||
public set _context(value: any) {
|
||||
throw new Error("Frame _context is readonly");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user