Changeset 617
- Timestamp:
- 01/19/08 09:50:51 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/jhs1/chrome/chromeFiles/content/browser.js
r615 r617 311 311 if (item.win == unsafeWin) { 312 312 313 log("* Found corresponding commander. Is currentMenuCommander: " +314 (item.commander == this.currentMenuCommander));315 316 313 if (item.commander == this.currentMenuCommander) { 317 314 this.currentMenuCommander.detach(); … … 321 318 this.menuCommanders.splice(i, 1); 322 319 323 log("* Found and removed corresponding commander")324 320 break; 325 321 }
