mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
updated formatting to keep existing style
This commit is contained in:
Vendored
+2
-2
@@ -20,8 +20,8 @@ declare module angular.dialog {
|
||||
|
||||
interface IDialogService {
|
||||
getDefaults(): IDialogOptions;
|
||||
open(options:IDialogOpenOptions): IDialogOpenResult;
|
||||
openConfirm(options:IDialogOpenConfirmOptions): IPromise<any>;
|
||||
open(options: IDialogOpenOptions): IDialogOpenResult;
|
||||
openConfirm(options: IDialogOpenConfirmOptions): IPromise<any>;
|
||||
|
||||
/**
|
||||
* Determine whether the specified dialog is open or not.
|
||||
|
||||
Reference in New Issue
Block a user