Sha256: 9c4c6accb052093d7afe78aaaeb9e7f0551c0f385b2cb81af7588c80cbf106f8
Contents?: true
Size: 289 Bytes
Versions: 39
Compression:
Stored size: 289 Bytes
Contents
(function ($){ SirTrevor.BlockControl.prototype.render = function() { this.$el.html('<span class="st-icon st-icon-'+ _.result(this.block_type, "type") + '">'+ _.result(this.block_type, 'icon_name') +'</span>' + _.result(this.block_type, 'title')); return this; }; })(jQuery);
Version data entries
39 entries across 39 versions & 1 rubygems