diff --git a/lib/widgets/node.js b/lib/widgets/node.js index 66046c4..ea5dcf9 100644 --- a/lib/widgets/node.js +++ b/lib/widgets/node.js @@ -26,14 +26,6 @@ function Node(options) { options = options || {}; this.options = options; - /* - this.screen = this.screen - || options.screen - || (options.parent && options.parent.screen) - || require('./screen').global - || (function(){throw new Error('No active screen.')})(); - */ - var element; if (!options.screen && options.parent) { element = options.parent;