Sha256: b9b46a52d7e7393f9085d6c41372da491e08fa7b5b5b9090d31636d8dfc15ad3
Contents?: true
Size: 505 Bytes
Versions: 17
Compression:
Stored size: 505 Bytes
Contents
pageflow.Theming = Backbone.Model.extend({ modelName: 'theming', i18nKey: 'pageflow/theming', collectionName: 'themings', mixins: [pageflow.widgetSubject], hasHomeButton: function() { return this.get('home_button'); }, hasOverviewButton: function() { return this.get('overview_button'); }, supportsEmphasizedPages: function() { return this.get('emphasized_pages'); }, supportsScrollIndicatorModes: function() { return this.get('scroll_indicator_modes'); } });
Version data entries
17 entries across 17 versions & 1 rubygems