Sha256: bb0cd67df181d012f3b3c571408a34c9575593ad91e9804c953facfbaa76eccb

Contents?: true

Size: 333 Bytes

Versions: 39

Compression:

Stored size: 333 Bytes

Contents

(function ($){
  SirTrevor.BlockMixins.Titleable = {
    mixinName: "Titleable",

    initializeTitleable: function() {
      this.$inner.append("<div class='st-title'>" + this.title() + "</div>");
    },
  }
  
  SirTrevor.Block.prototype.availableMixins.push("titleable");
  SirTrevor.Block.prototype.titleable = true;
})(jQuery);

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
blacklight-spotlight-0.24.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.23.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.22.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.21.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.20.3 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.20.2 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.20.1 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.20.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.19.2 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.19.1 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.19.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.18.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.17.1 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.17.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.16.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.15.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.14.2 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.14.1 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.14.0 app/assets/javascripts/spotlight/block_mixins/titleable.js
blacklight-spotlight-0.13.0 app/assets/javascripts/spotlight/block_mixins/titleable.js