mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(backdrop): fix code style
This commit is contained in:
@@ -14,8 +14,8 @@ import { Directive, ElementRef, Renderer } from '@angular/core';
|
||||
export class Backdrop {
|
||||
|
||||
constructor(
|
||||
private _elementRef: ElementRef,
|
||||
private _renderer: Renderer
|
||||
private _elementRef: ElementRef,
|
||||
private _renderer: Renderer
|
||||
) { }
|
||||
|
||||
getNativeElement(): HTMLElement {
|
||||
|
||||
Reference in New Issue
Block a user