From 4e202e0409c275921a9ce438fce9af4aedb7c55d Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Fri, 15 Mar 2013 13:39:21 -0500 Subject: [PATCH] updated the trunk8 def. --- trunk8/trunk8.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk8/trunk8.d.ts b/trunk8/trunk8.d.ts index 2e821796a..a736a27b6 100644 --- a/trunk8/trunk8.d.ts +++ b/trunk8/trunk8.d.ts @@ -37,7 +37,8 @@ interface JQuery { /** Creates a trunk8 instance and calls a method. @constructor - @param {Trunk8Options} options + @param {string} method + @param {string} value */ trunk8(method: string, value?: string): any;