From d6b06269a4bcc5245a666414a1ee836e0057f755 Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Sat, 30 May 2020 05:47:33 -0400 Subject: [PATCH] Fix Editor.hide typo --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index 56e1384b..92799379 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2404,7 +2404,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { /** * hides the Editor * - * @name Editor.reset + * @name Editor.hide * @function */ me.hide = function()