Sha256: 957cb785d479b378fdd04952c94e5f308ec3b4b558c75f5048320ffc9a051304

Contents?: true

Size: 219 Bytes

Versions: 27

Compression:

Stored size: 219 Bytes

Contents

import Crop from 'spotlight/admin/crop';

export default class {
  connect() {
    $('[data-behavior="iiif-cropper"]').each(function() {
      var cropElement = $(this)
      new Crop(cropElement).render()
    })
  }
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-spotlight-4.0.0 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta10 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta9 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta8 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta7 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta6 app/javascript/spotlight/admin/croppable.js
blacklight-spotlight-3.6.0.beta5 app/javascript/spotlight/admin/croppable.js