Sha256: 26b6d2ec4b6328c4533ece68414ecaed256060cdea15b7450f2ead2e835a9346

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

((w, d, $) ->
  $ ->
    $.fn.owlCarouselPipe = (params)->
      this.each ->
        _this = $(this)
        _this.owlCarousel(params) if _this.children?().length > 1
      this
    return true

  return
) window, document, jQuery

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/javascripts/utils/owl_carousel_pipe.js.coffee