From 204ec287331f4ac03c80f57f655c02bde2db18e4 Mon Sep 17 00:00:00 2001 From: Alex Varju Date: Tue, 17 Sep 2013 17:47:19 -0700 Subject: [PATCH] rename sinon definitions now that newer versions are supported --- i18next/i18next-tests.ts | 2 +- sinon/sinon-tests.ts | 4 ++-- sinon/{sinon-1.5.d.ts => sinon.d.ts} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename sinon/{sinon-1.5.d.ts => sinon.d.ts} (100%) diff --git a/i18next/i18next-tests.ts b/i18next/i18next-tests.ts index a0fbd4332c..7a07ed829d 100644 --- a/i18next/i18next-tests.ts +++ b/i18next/i18next-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// /// /// diff --git a/sinon/sinon-tests.ts b/sinon/sinon-tests.ts index 4c508b1964..78ee261abb 100644 --- a/sinon/sinon-tests.ts +++ b/sinon/sinon-tests.ts @@ -1,4 +1,4 @@ -/// +/// function once(fn) { var returnValue, called = false; @@ -87,4 +87,4 @@ testFour(); testFive(); testSix(); testSeven(); -testEight(); \ No newline at end of file +testEight(); diff --git a/sinon/sinon-1.5.d.ts b/sinon/sinon.d.ts similarity index 100% rename from sinon/sinon-1.5.d.ts rename to sinon/sinon.d.ts