mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Removed JQuery reference
This commit is contained in:
parent
b72f3df709
commit
aba9fe6b33
2
types/ko.plus/index.d.ts
vendored
2
types/ko.plus/index.d.ts
vendored
@ -4,7 +4,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="knockout" />
|
||||
|
||||
/**
|
||||
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user