From 38d2028acda93754f5dcc3c5aa3bc71514828014 Mon Sep 17 00:00:00 2001 From: AdaskoTheBeAsT Date: Wed, 14 May 2014 23:15:29 +0200 Subject: [PATCH] Fix encoding and fix for destroy method Fix encoding and fix for destroy method --- jstree/jstree.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jstree/jstree.d.ts b/jstree/jstree.d.ts index d5641c8ba3..7d8561ed45 100644 --- a/jstree/jstree.d.ts +++ b/jstree/jstree.d.ts @@ -1,6 +1,6 @@ -// Type definitions for jsTree v3.0.0 +ï»ż// Type definitions for jsTree v3.0.0 // Project: http://www.jstree.com/ -// Definitions by: Adam Pluciński +// Definitions by: Adam PluciƄski // Definitions: https://github.com/borisyankov/DefinitelyTyped /// @@ -508,7 +508,7 @@ interface JSTree extends JQuery { * @name destroy() * @param {Boolean} keep_html if not set to `true` the container will be emptied, otherwise the current DOM elements will be kept intact */ - destroy: (keep_html: boolean) => void; + destroy: (keep_html?: boolean) => void; /** * returns the jQuery extended instance container * @name get_container()