mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
86706. Javascript strict warning in EdPageProps.js. r=akkana@netscape.com sr=blaker@netscape.com
This commit is contained in:
parent
5c6b5d9859
commit
af90d99283
@ -38,7 +38,7 @@ function Startup()
|
||||
if (!InitEditorShell())
|
||||
return;
|
||||
|
||||
dialog = new Object;
|
||||
var dialog = new Object;
|
||||
if (!dialog)
|
||||
{
|
||||
dump("Failed to create dialog object!!!\n");
|
||||
|
Loading…
Reference in New Issue
Block a user