Sha256: d29755bb10dea103ddc1dd3d5f2fabaa2d73d058e9cc09500ecbac8a1b7d7d20
Contents?: true
Size: 322 Bytes
Versions: 28
Compression:
Stored size: 322 Bytes
Contents
pageflow.Widget = Backbone.Model.extend({ paramRoot: 'widget', i18nKey: 'pageflow/widget', role: function() { return this.id; }, urlRoot: function() { return this.collection.url(); }, toJSON: function() { return { role: this.role(), type_name: this.get('type_name') }; }, });
Version data entries
28 entries across 28 versions & 1 rubygems