mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Remove trailing whitespaces
This commit is contained in:
296
winrt/winrt-uwp.d.ts
vendored
296
winrt/winrt-uwp.d.ts
vendored
File diff suppressed because it is too large
Load Diff
20
winrt/winrt.d.ts
vendored
20
winrt/winrt.d.ts
vendored
@@ -4,16 +4,16 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/* *****************************************************************************
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of the
|
||||
License at http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
License at http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
||||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
||||
MERCHANTABLITY OR NON-INFRINGEMENT.
|
||||
|
||||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
||||
MERCHANTABLITY OR NON-INFRINGEMENT.
|
||||
|
||||
See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
@@ -11606,12 +11606,12 @@ declare module Windows {
|
||||
* Gets the window (app view) for the current app.
|
||||
**/
|
||||
static getForCurrentView(): ApplicationView;
|
||||
|
||||
|
||||
/**
|
||||
* Attempts to unsnap a previously snapped app. This call will only succeed when the app is running in the foreground.
|
||||
**/
|
||||
static tryUnsnap(): boolean;
|
||||
|
||||
|
||||
/**
|
||||
* Gets the state of the current app view.
|
||||
**/
|
||||
@@ -11661,7 +11661,7 @@ declare module Windows {
|
||||
* Gets whether the current window (app view) is adjacent to the left edge of the screen.
|
||||
**/
|
||||
adjacentToLeftDisplayEdge: number;
|
||||
|
||||
|
||||
/**
|
||||
* Gets the title bar of the app.
|
||||
**/
|
||||
@@ -14857,4 +14857,4 @@ declare module Windows.UI.ViewManagement {
|
||||
**/
|
||||
inactiveForegroundColor: Color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user