Update jquery.tagsmanager.d.ts

This commit is contained in:
Zoltan Sumegi
2013-03-24 22:59:05 +01:00
parent e34b7108c6
commit 1756c43a2d
+2 -2
View File
@@ -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;
}
}