From 14e1deb866c79781ee880ee1e42489f1b0d59ccc Mon Sep 17 00:00:00 2001 From: Dries Date: Sun, 29 Jan 2012 08:25:27 -0500 Subject: - Patch #1399496 by droplet: JS semicolon to following code standard . --- modules/menu/menu.admin.js | 4 ++-- modules/shortcut/shortcut.admin.js | 2 +- modules/user/user.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/menu/menu.admin.js b/modules/menu/menu.admin.js index 15bc2e7c7..4a2c73231 100644 --- a/modules/menu/menu.admin.js +++ b/modules/menu/menu.admin.js @@ -10,7 +10,7 @@ }); }); } - } + }; /** * Function to set the options of the menu parent item dropdown. @@ -42,6 +42,6 @@ }); } }); - } + }; })(jQuery); diff --git a/modules/shortcut/shortcut.admin.js b/modules/shortcut/shortcut.admin.js index 6a6d7fe01..453a40231 100644 --- a/modules/shortcut/shortcut.admin.js +++ b/modules/shortcut/shortcut.admin.js @@ -82,7 +82,7 @@ Drupal.behaviors.shortcutDrag = { var statusName = statusRow.className.replace(/([^ ]+[ ]+)*shortcut-status-([^ ]+)([ ]+[^ ]+)*/, '$2'); var statusField = $('select.shortcut-status-select', rowObject.element); statusField.val(statusName); - }; + } tableDrag.restripeTable = function () { // :even and :odd are reversed because jQuery counts from 0 and diff --git a/modules/user/user.js b/modules/user/user.js index 44c00f344..73af27e5d 100644 --- a/modules/user/user.js +++ b/modules/user/user.js @@ -168,7 +168,7 @@ Drupal.evaluatePasswordStrength = function (password, translate) { // Assemble the final message. msg = translate.hasWeaknesses + ''; - return { strength: strength, message: msg, indicatorText: indicatorText } + return { strength: strength, message: msg, indicatorText: indicatorText }; }; -- cgit v1.2.3