Sha256: 561ab6984e7d221520727c5e3007f6f9bbd36694ed49cefb525b184c66461a2e
Contents?: true
Size: 510 Bytes
Versions: 50
Compression:
Stored size: 510 Bytes
Contents
pageflow.ImageFile = pageflow.UploadedFile.extend({ stages: [ { name: 'uploading', activeStates: ['uploading'], failedStates: ['upload_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
50 entries across 50 versions & 1 rubygems