mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Merge pull request #6071 from stephenlautier/tooltipster
tooltipster - changed contentAsHTML as boolean
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user