Sha256: 2adc3439cdd635134f236e817a4ce1c843a089592345f895e002e0714b1dc72e
Contents?: true
Size: 354 Bytes
Versions: 33
Compression:
Stored size: 354 Bytes
Contents
pageflow.SidebarFooterView = Backbone.Marionette.View.extend({ className: 'sidebar_footer', render: function() { if (pageflow.features.isEnabled('editor_emulation_mode')) { this.appendSubview(new pageflow.EmulationModeButtonView({model: this.model})); } this.appendSubview(new pageflow.HelpButtonView()); return this; } });
Version data entries
33 entries across 33 versions & 1 rubygems