Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed May 17, 2012
1 parent df803ca commit 7e49885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins-client/ext.debugger/debugger.js
Expand Up @@ -35,7 +35,7 @@ module.exports = ext.register("ext/debugger/debugger", {

hook : function(){
var _self = this;

commands.addCommand({
name: "resume",
hint: "resume the current paused process",
Expand Down Expand Up @@ -443,7 +443,7 @@ module.exports = ext.register("ext/debugger/debugger", {
destroy : function(){
commands.removeCommandsByName(
["resume", "stepinto", "stepover", "stepout"]);

this.nodes.each(function(item){
item.destroy(true, true);
dock.unregisterPage(item);
Expand Down

0 comments on commit 7e49885

Please sign in to comment.