From c156c4545fa7aeca27bb25455b6d34d0497f2d57 Mon Sep 17 00:00:00 2001 From: Albin Sunnanbo Date: Sun, 12 Apr 2015 08:05:52 +0200 Subject: [PATCH] Add TypeScript definitions and tests for Bootstrap TouchSpin (http://www.virtuosoft.eu/code/bootstrap-touchspin/) - Rename to bootstrap-touchspin as suggested in https://github.com/borisyankov/DefinitelyTyped/pull/4054#issuecomment-90607707 --- .../bootstrap-touchspin-tests.ts | 2 +- .../bootstrap-touchspin.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename jquery.bootstrap-touchspin/jquery.bootstrap-touchspin-tests.ts => bootstrap-touchspin/bootstrap-touchspin-tests.ts (97%) rename jquery.bootstrap-touchspin/jquery.bootstrap-touchspin.d.ts => bootstrap-touchspin/bootstrap-touchspin.d.ts (100%) diff --git a/jquery.bootstrap-touchspin/jquery.bootstrap-touchspin-tests.ts b/bootstrap-touchspin/bootstrap-touchspin-tests.ts similarity index 97% rename from jquery.bootstrap-touchspin/jquery.bootstrap-touchspin-tests.ts rename to bootstrap-touchspin/bootstrap-touchspin-tests.ts index 436b984166..552c26f52f 100644 --- a/jquery.bootstrap-touchspin/jquery.bootstrap-touchspin-tests.ts +++ b/bootstrap-touchspin/bootstrap-touchspin-tests.ts @@ -1,5 +1,5 @@ /// -/// +/// $(function () { // Example 1 from http://www.virtuosoft.eu/code/bootstrap-touchspin/ diff --git a/jquery.bootstrap-touchspin/jquery.bootstrap-touchspin.d.ts b/bootstrap-touchspin/bootstrap-touchspin.d.ts similarity index 100% rename from jquery.bootstrap-touchspin/jquery.bootstrap-touchspin.d.ts rename to bootstrap-touchspin/bootstrap-touchspin.d.ts