Merge pull request #6071 from stephenlautier/tooltipster

tooltipster - changed contentAsHTML as boolean
This commit is contained in:
Horiuchi_H
2015-10-01 12:29:07 +09:00
+1 -1
View File
@@ -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