Sha256: 6da381546f5463405447d3a39b1880cbe11abdfb924c9a9cc6f3b496aec3eedb
Contents?: true
Size: 513 Bytes
Versions: 15
Compression:
Stored size: 513 Bytes
Contents
pageflow.ImageFile = pageflow.UploadedFile.extend({ stages: [ { name: 'uploading', activeStates: ['uploading'], failedStates: ['uploading_failed'] }, { name: 'processing', activeStates: ['processing'], finishedStates: ['processed'], failedStates: ['processing_failed'] } ], readyState: 'processed', getBackgroundPositioningImageUrl: function() { return this.get('url'); }, isPositionable: function() { return this.isReady(); } });
Version data entries
15 entries across 15 versions & 1 rubygems