summaryrefslogtreecommitdiff
path: root/modules/block/block.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.js')
-rw-r--r--modules/block/block.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.js b/modules/block/block.js
index abfe48d43..802f25666 100644
--- a/modules/block/block.js
+++ b/modules/block/block.js
@@ -82,7 +82,7 @@ Drupal.behaviors.blockDrag = function(context) {
rowObject.swap('after', this);
}
}
- // This region has become empty
+ // This region has become empty.
if ($(this).next('tr').is(':not(.draggable)') || $(this).next('tr').size() == 0) {
$(this).removeClass('region-populated').addClass('region-empty');
}