From 1a18decc6d003f4e224897afe17511eabf83bb6b Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 11 Mar 2015 10:49:36 -0700 Subject: [PATCH] Fix typo --- examples/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/users.js b/examples/users.js index e40c3878ce..e2b0e7f053 100644 --- a/examples/users.js +++ b/examples/users.js @@ -39,7 +39,7 @@ var usersWindow = (function () { MENU_NAME = "Tools", MENU_ITEM = "Users Online", - MENI_ITEM_AFTER = "Chat...", + MENU_ITEM_AFTER = "Chat...", isVisible = true, @@ -226,7 +226,7 @@ var usersWindow = (function () { Menu.addMenuItem({ menuName: MENU_NAME, menuItemName: MENU_ITEM, - afterItem: MENI_ITEM_AFTER, + afterItem: MENU_ITEM_AFTER, isCheckable: true, isChecked: isVisible });