From 1342d27f016fe52c2889aca5ca99ba754749c11a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Sep 2015 13:48:47 +0200 Subject: [PATCH] changed contentAsHTML as boolean --- tooltipster/tooltipster.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltipster/tooltipster.d.ts b/tooltipster/tooltipster.d.ts index 7afa46ddb..b1c263c16 100644 --- a/tooltipster/tooltipster.d.ts +++ b/tooltipster/tooltipster.d.ts @@ -42,7 +42,7 @@ declare module JQueryTooltipster { * If the content of the tooltip is provided as a string, it is displayed as plain text by default. * If this content should actually be interpreted as HTML, set this option to true. Default: false */ - contentAsHTML?: string; + contentAsHTML?: boolean; /** * If you provide a jQuery object to the 'content' option, this sets if it is a clone of this object that should actually be used. Default: true