From 008fa3ae3505062ed465b4da8175c0329b7d272f Mon Sep 17 00:00:00 2001 From: Nicholas Head Date: Thu, 24 Oct 2013 14:52:52 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Update=20jquery.timeago.d.ts=20to=20remove?= =?UTF-8?q?=20=C3=A7=20character=20from=20name,=20causes=20compile=20error?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jquery.timeago/jquery.timeago.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.timeago/jquery.timeago.d.ts b/jquery.timeago/jquery.timeago.d.ts index b1a1eab3f..c71f096b4 100644 --- a/jquery.timeago/jquery.timeago.d.ts +++ b/jquery.timeago/jquery.timeago.d.ts @@ -1,6 +1,6 @@ // Type definitions for jQuery.timeago.js 1.0.2 // Project: http://timeago.yarp.com/ -// Definitions by: François Guillot +// Definitions by: Francois Guillot // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -59,4 +59,4 @@ interface JQueryStatic { interface JQuery { timeago: Timeago; -} \ No newline at end of file +} From e6edd7b15f1cfb36ef542c96410fcc279d9b11e4 Mon Sep 17 00:00:00 2001 From: nicholashead Date: Thu, 24 Oct 2013 15:42:24 -0700 Subject: [PATCH 2/2] Updates jquery.timeago.d.ts to be UTF-8 --- jquery.timeago/jquery.timeago.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.timeago/jquery.timeago.d.ts b/jquery.timeago/jquery.timeago.d.ts index c71f096b4..109a7b0a8 100644 --- a/jquery.timeago/jquery.timeago.d.ts +++ b/jquery.timeago/jquery.timeago.d.ts @@ -1,6 +1,6 @@ -// Type definitions for jQuery.timeago.js 1.0.2 +// Type definitions for jQuery.timeago.js 1.0.2 // Project: http://timeago.yarp.com/ -// Definitions by: Francois Guillot +// Definitions by: François Guillot // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -59,4 +59,4 @@ interface JQueryStatic { interface JQuery { timeago: Timeago; -} +} \ No newline at end of file