From e2582447cc97882c4172a1d3053021501c88098f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 15 Jan 2025 14:56:14 +0900 Subject: [PATCH] Update shell.js --- lib/shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shell.js b/lib/shell.js index e37453a..69f395a 100644 --- a/lib/shell.js +++ b/lib/shell.js @@ -56,7 +56,7 @@ var ShellObject = function() { this.setVisibility = function(visibility) { this.visibility = visibility; - return this; + return this; }; // @deprecated