Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: chrome/browser/resources/shared/js/cr/ui/menu.js

Issue 6523063: Merge 75013 - WebUI: Fix issue with context menu... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/672/src/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/js/cr/ui/menu.js
===================================================================
--- chrome/browser/resources/shared/js/cr/ui/menu.js (revision 75131)
+++ chrome/browser/resources/shared/js/cr/ui/menu.js (working copy)
@@ -128,7 +128,7 @@
};
function selectedIndexChanged(selectedIndex, oldSelectedIndex) {
- var oldSelectedItem = this.chidren[oldSelectedIndex];
+ var oldSelectedItem = this.children[oldSelectedIndex];
if (oldSelectedItem)
oldSelectedItem.selected = false;
var item = this.selectedItem;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698