You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/chrome-extension-beta/firebug-lite-beta.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9359,7 +9359,7 @@ var createChromeWindow = function(options)
9359
9359
{
9360
9360
//Firebug.Console.warn("Firebug Lite GUI is working in 'windowless mode'. It may behave slower and receive interferences from the page in which it is installed.");
9361
9361
9362
-
var node = chrome.node = createGlobalElement("div"),
9362
+
var node = chrome.node = createGlobalElement("div");
0 commit comments