From 1ef72fa99d4d1cc200bc15347dd8c8b9a68a0b70 Mon Sep 17 00:00:00 2001 From: Martin McWhorter Date: Mon, 15 Dec 2014 12:46:27 +0000 Subject: [PATCH] Updated url --- ngprogress/ngprogress-tests.ts | 3 ++- ngprogress/ngprogress.d.ts | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ngprogress/ngprogress-tests.ts b/ngprogress/ngprogress-tests.ts index 485682054..935ea1c97 100644 --- a/ngprogress/ngprogress-tests.ts +++ b/ngprogress/ngprogress-tests.ts @@ -13,4 +13,5 @@ ngProgress.status(); ngProgress.stop(); ngProgress.set(50); ngProgress.reset(); -ngProgress.complete(); \ No newline at end of file +ngProgress.complete(); + diff --git a/ngprogress/ngprogress.d.ts b/ngprogress/ngprogress.d.ts index f34496960..28506a379 100644 --- a/ngprogress/ngprogress.d.ts +++ b/ngprogress/ngprogress.d.ts @@ -1,6 +1,6 @@ // Type definitions for ngProgress 1.0.7 // Project: http://victorbjelkholm.github.io/ngProgress/ -// Definitions by: Martin McWhorter https://github.com/martinmcwhorter +// Definitions by: Martin McWhorter // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module NgProgress { @@ -16,4 +16,5 @@ declare module NgProgress { complete(): void; } -} \ No newline at end of file +} +