edit_ui-8.x-1.x-dev/modules/edit_ui_block/js/block/views/BlockTooltipVisualView.js

modules/edit_ui_block/js/block/views/BlockTooltipVisualView.js
/**
 * @file
 * Extends the Backbone view for the edit_ui block's tooltip element.
 */

(function (Drupal) {
  'use strict';

  /**
   * {@inheritdoc}
   */
  var parentInitialize = Drupal.editUi.block.BlockTooltipVisualView.prototype.initialize;
  Drupal.editUi.block.BlockTooltipVisualView.prototype.initialize = function (options) {
    parentInitialize.bind(this)(options);

    // Add listeners.
    this.listenTo(this.model, 'change:isDragging', this.hideTooltip);
  };

}(Drupal));

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc