diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-07 22:33:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 22:33:05 -0400 |
commit | 16c1230184b6539cbd59923b5a2a311d83113eb9 (patch) | |
tree | 25b0633e35238a07f06753b7b491dcdb2688f562 /devtools/client/framework | |
parent | fdb5aba59a7851e24ef08a5d6668fdc3e6516ee9 (diff) | |
parent | a830c900168fca16be237f043eb79fd4c652c7fc (diff) | |
download | UXP-16c1230184b6539cbd59923b5a2a311d83113eb9.tar UXP-16c1230184b6539cbd59923b5a2a311d83113eb9.tar.gz UXP-16c1230184b6539cbd59923b5a2a311d83113eb9.tar.lz UXP-16c1230184b6539cbd59923b5a2a311d83113eb9.tar.xz UXP-16c1230184b6539cbd59923b5a2a311d83113eb9.zip |
Merge pull request #98 from janekptacijarabaci/devtools_CustomizableUI_1
Fix some comment in devtools-browser.js
Diffstat (limited to 'devtools/client/framework')
-rw-r--r-- | devtools/client/framework/devtools-browser.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/framework/devtools-browser.js b/devtools/client/framework/devtools-browser.js index b9f4d92ba..fe40cdb32 100644 --- a/devtools/client/framework/devtools-browser.js +++ b/devtools/client/framework/devtools-browser.js @@ -8,7 +8,7 @@ * This is the main module loaded in Firefox desktop that handles browser * windows and coordinates devtools around each window. * - * This module is loaded lazily by devtools-clhandler.js, once the first + * This module is loaded lazily by devtools-startup.js, once the first * browser window is ready (i.e. fired browser-delayed-startup-finished event) **/ |