DefinitelyTyped/jquery.superLink/jquery.superLink.d.ts

10 lines
369 B
TypeScript

// Type definitions for jquery.superLink
// Project: http://james.padolsey.com/demos/plugins/jQuery/superLink/superlink.jquery.js
// Definitions by: Blake Niemyjski <https://github.com/niemyjski/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {
superLink(link?: string): JQuery;
}