summaryrefslogtreecommitdiff
path: root/modules/overlay
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2011-12-30 20:44:32 +0100
committerDries <dries@buytaert.net>2011-12-30 20:44:32 +0100
commit59cb7b4d4a6694a440945dd3b7370e19192a9275 (patch)
treef1c829237eac0ad0d5c591f1685abb0bc8845557 /modules/overlay
parent974ae8947b9804d215994358f8ad5c4c379dc8f6 (diff)
downloadbrdo-59cb7b4d4a6694a440945dd3b7370e19192a9275.tar.gz
brdo-59cb7b4d4a6694a440945dd3b7370e19192a9275.tar.bz2
- Patch #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.js when minified.
Diffstat (limited to 'modules/overlay')
-rw-r--r--modules/overlay/overlay-parent.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlay/overlay-parent.js b/modules/overlay/overlay-parent.js
index f9789f14a..3519e84f6 100644
--- a/modules/overlay/overlay-parent.js
+++ b/modules/overlay/overlay-parent.js
@@ -334,7 +334,7 @@ Drupal.overlay.setFocusBefore = function ($element, document) {
$placeholder.one('blur', function () {
$(this).remove();
});
-}
+};
/**
* Check if the given link is in the administrative section of the site.
@@ -961,7 +961,7 @@ Drupal.overlay._recordTabindex = function () {
var $element = $(this);
var tabindex = $(this).attr('tabindex');
$element.data('drupalOverlayOriginalTabIndex', tabindex);
-}
+};
/**
* Restore an element's original tabindex.