Sha256: f38b6cada3719bf363ad01871caaf531381669242057b70b1b32cd0e71900f59
Contents?: true
Size: 388 Bytes
Versions: 4
Compression:
Stored size: 388 Bytes
Contents
pageflow.VideoFile = Backbone.Model.extend({ modelName: 'video_file', paramRoot: 'video_file', i18nKey: 'pageflow/video_file', mixins: [pageflow.file, pageflow.encodedFile, pageflow.stageProvider, pageflow.retryable], urlRoot: function() { return this.isNew() ? this.collection.url() : '/editor/video_files'; }, isPositionable: function() { return false; } });
Version data entries
4 entries across 4 versions & 1 rubygems