mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Missing semicolon.
This commit is contained in:
Vendored
+1
-1
@@ -1692,7 +1692,7 @@ declare module WinJS.UI.Animation {
|
||||
* @param movingBackwards Determines whether the navigation is moving backwards
|
||||
* @returns An object that contains an exit method used for animating exiting pages and an enter method used for animating entering pages.
|
||||
**/
|
||||
function createPageNavigationAnimation(currentPreferredAnimation: PageNavigationAnimation, nextPreferredAnimation: PageNavigationAnimation, movingBackwards: boolean): { enter: () => any, exit: () => any };
|
||||
function createPageNavigationAnimation(currentPreferredAnimation: PageNavigationAnimation, nextPreferredAnimation: PageNavigationAnimation, movingBackwards: boolean): { enter: () => any; exit: () => any; };
|
||||
|
||||
/**
|
||||
* Creates an object that performs a peek animation.
|
||||
|
||||
Reference in New Issue
Block a user