Sha256: 42e2496edcd70e7155c8b9a443a42e9f43c0c12c0e62102f5f2eb449f147187f
Contents?: true
Size: 240 Bytes
Versions: 7
Compression:
Stored size: 240 Bytes
Contents
pageflow.Theming = Backbone.Model.extend({ modelName: 'theming', i18nKey: 'pageflow/theming', collectionName: 'themings', mixins: [pageflow.widgetSubject], hasHomeButton: function() { return this.get('home_button'); } });
Version data entries
7 entries across 7 versions & 1 rubygems