mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Create jquery.sortElements.d.ts
This commit is contained in:
10
jquery.sortElements/jquery.sortElement.d.ts
vendored
Normal file
10
jquery.sortElements/jquery.sortElement.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// Typescript type definitions for jQuery.sortElements by James Padolsey <http://james.padolsey.com/javascript/sorting-elements-with-jquery/>
|
||||
// Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/
|
||||
// Definitions by: Tim Bureck <https://github.com/tbureck>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path='../jquery/jquery.d.ts'/>
|
||||
|
||||
interface JQuery {
|
||||
sortElements(comparator:Function, getSortable?:Function):JQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user