mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Update jquery.tagsmanager.d.ts
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery Tags Manager
|
||||
// Project: http://welldonethings.com/tags/manager
|
||||
// Definitions by: https://github.com/max-favilli
|
||||
// Definitions by: https://github.com/vbortone
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
@@ -69,4 +69,4 @@ interface ITagsManager {
|
||||
interface JQuery {
|
||||
tagsManager(options?: ITagsManagerOptions): JQuery;
|
||||
tagsManager(command: string, tagToManipulate?: string): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user