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 c9c00fab2..f095c3dbc 100644
--- a/modules/block/block.js
+++ b/modules/block/block.js
@@ -8,7 +8,7 @@
* objects initialized in that behavior to update the row.
*/
Drupal.behaviors.blockDrag = {
- attach: function(context) {
+ attach: function(context, settings) {
var table = $('table#blocks');
var tableDrag = Drupal.tableDrag.blocks; // Get the blocks tableDrag object.