From aba9fe6b33f79e401b944eaabd6685ba2190eaf1 Mon Sep 17 00:00:00 2001 From: Howard Richards Date: Wed, 30 Aug 2017 11:51:47 +0100 Subject: [PATCH] Removed JQuery reference --- types/ko.plus/index.d.ts | 2 +- types/ko.plus/ko.plus-tests.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/types/ko.plus/index.d.ts b/types/ko.plus/index.d.ts index 9aa83e3f88..3952ffaab7 100644 --- a/types/ko.plus/index.d.ts +++ b/types/ko.plus/index.d.ts @@ -4,7 +4,6 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 -/// /// /** @@ -23,6 +22,7 @@ * status and message values * * Version 1.3 - added module declaration so it be used with node, requirejs etc. + * removed jquery reference as it is not required * */ diff --git a/types/ko.plus/ko.plus-tests.ts b/types/ko.plus/ko.plus-tests.ts index f6dd713e8c..3abf2c3c92 100644 --- a/types/ko.plus/ko.plus-tests.ts +++ b/types/ko.plus/ko.plus-tests.ts @@ -1,3 +1,4 @@ + function CommandTests() { // initalize command with an execute method var cmd1 = ko.command(() => { @@ -122,10 +123,10 @@ function SortableTests() { } function BindingHandlerTests() { - + // test binding handlers var bh1 = ko.bindingHandlers.command; var bh2 = ko.bindingHandlers.loadingWhen; var bh3 = ko.bindingHandlers.sortBy; - + } \ No newline at end of file