Skip to content

Commit c24e1ca

Browse files
committed
fixed syntax err
1 parent 1146644 commit c24e1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/chrome-extension-beta/firebug-lite-beta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9359,7 +9359,7 @@ var createChromeWindow = function(options)
93599359
{
93609360
//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.");
93619361

9362-
var node = chrome.node = createGlobalElement("div"),
9362+
var node = chrome.node = createGlobalElement("div");
93639363

93649364
node.className = "fbBody";
93659365
node.style.overflow = "hidden";

0 commit comments

Comments
 (0)