Sha256: 95f613051e02863c5ad6042cb53db2f3afd4623cae44323c6cf8b92c31ea55e8

Contents?: true

Size: 357 Bytes

Versions: 86

Compression:

Stored size: 357 Bytes

Contents

/* global jQuery:false, $:false */
define(function () {
  var _$ = jQuery || $;

  if (_$ == null && console && console.error) {
    console.error(
      'Select2: An instance of jQuery or a jQuery-compatible library was not ' +
      'found. Make sure that you are including jQuery before Select2 on your ' +
      'web page.'
    );
  }

  return _$;
});

Version data entries

86 entries across 86 versions & 7 rubygems

Version Path
locomotivecms-3.1.0.rc3 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js
locomotivecms-3.1.0.rc2 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js
locomotivecms-3.1.0.rc1 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js
locomotivecms-3.0.1 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js
locomotivecms-3.0.0 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js
locomotivecms-3.0.0.rc7 vendor/assets/components/locomotive_sources/select2/src/js/jquery.shim.js