This commit is contained in:
Wliu
2017-10-30 10:31:41 +01:00
committed by GitHub
parent 2f0e472e62
commit 4eea63c50b

View File

@@ -1050,10 +1050,10 @@ module.exports = class Workspace extends Model {
// Essential: Search the workspace for items matching the given URI and hide them.
//
// * `itemOrURI` (optional) The item to hide or a {String} containing the URI
// * `itemOrURI` The item to hide or a {String} containing the URI
// of the item to hide.
//
// Returns a {boolean} indicating whether any items were found (and hidden).
// Returns a {Boolean} indicating whether any items were found (and hidden).
hide (itemOrURI) {
let foundItems = false