Update shell.js

This commit is contained in:
Namhyeon Go 2025-01-15 14:56:14 +09:00
parent 6babec9d6b
commit e2582447cc

View File

@ -56,7 +56,7 @@ var ShellObject = function() {
this.setVisibility = function(visibility) {
this.visibility = visibility;
return this;
return this;
};
// @deprecated