updated the trunk8 def.

This commit is contained in:
Blake Niemyjski
2013-03-15 13:39:21 -05:00
parent fe5645d69a
commit 4e202e0409
+2 -1
View File
@@ -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;