Title: [152830] trunk/Source/WebInspectorUI
Revision
152830
Author
[email protected]
Date
2013-07-17 23:36:26 -0700 (Wed, 17 Jul 2013)

Log Message

Web Inspector: Fix a typo in WebInspector.loaded
https://bugs.webkit.org/show_bug.cgi?id=118834

Patch by Seokju Kwon <[email protected]> on 2013-07-17
Reviewed by Timothy Hatcher.

* UserInterface/Main.js:
(WebInspector.loaded):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (152829 => 152830)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-07-18 05:16:12 UTC (rev 152829)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-07-18 06:36:26 UTC (rev 152830)
@@ -1,3 +1,13 @@
+2013-07-17  Seokju Kwon  <[email protected]>
+
+        Web Inspector: Fix a typo in WebInspector.loaded
+        https://bugs.webkit.org/show_bug.cgi?id=118834
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Main.js:
+        (WebInspector.loaded):
+
 2013-07-16  Seokju Kwon  <[email protected]>
 
         Web Inspector: InspectorFrontendHost is undefined

Modified: trunk/Source/WebInspectorUI/UserInterface/Main.js (152829 => 152830)


--- trunk/Source/WebInspectorUI/UserInterface/Main.js	2013-07-18 05:16:12 UTC (rev 152829)
+++ trunk/Source/WebInspectorUI/UserInterface/Main.js	2013-07-18 06:36:26 UTC (rev 152830)
@@ -106,7 +106,7 @@
 
     // Create settings.
     this._lastSelectedNavigationSidebarPanelSetting = new WebInspector.Setting("last-selected-navigation-sidebar-panel", "resource");
-    this._navigationSidebarCollapsedSetting = new WebInspector.Setting("navigation-sidebar-collasped", false);
+    this._navigationSidebarCollapsedSetting = new WebInspector.Setting("navigation-sidebar-collapsed", false);
     this._navigationSidebarWidthSetting = new WebInspector.Setting("navigation-sidebar-width", null);
 
     this._lastSelectedDetailsSidebarPanelSetting = new WebInspector.Setting("last-selected-details-sidebar-panel", null);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to