Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Aug 5, 2015
1 parent 0d86165 commit b068a8d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/widgets/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b068a8d

Please sign in to comment.