diff --git a/jquery.tagsmanager/jquery.tagsmanager.d.ts b/jquery.tagsmanager/jquery.tagsmanager.d.ts index 298e5b66a..ff5549cea 100644 --- a/jquery.tagsmanager/jquery.tagsmanager.d.ts +++ b/jquery.tagsmanager/jquery.tagsmanager.d.ts @@ -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 /// @@ -69,4 +69,4 @@ interface ITagsManager { interface JQuery { tagsManager(options?: ITagsManagerOptions): JQuery; tagsManager(command: string, tagToManipulate?: string): JQuery; -} \ No newline at end of file +}