Browse Source

debugger: remove unused definition `currentSource`

Client's property `currentSource` has no use throughout the project.
v0.11.12-release
Oguz Bastemur 11 years ago
committed by Fedor Indutny
parent
commit
3dcf7253a8
  1. 1
      lib/_debugger.js

1
lib/_debugger.js

@ -165,7 +165,6 @@ function Client() {
this.currentFrame = NO_FRAME; this.currentFrame = NO_FRAME;
this.currentSourceLine = -1; this.currentSourceLine = -1;
this.currentSource = null;
this.handles = {}; this.handles = {};
this.scripts = {}; this.scripts = {};
this.breakpoints = []; this.breakpoints = [];

Loading…
Cancel
Save