Your IP : 216.73.216.79


Current Path : /var/www/html/dynawebv3.blunetdev.com/vendor/select2/select2/src/js/
Upload File :
Current File : /var/www/html/dynawebv3.blunetdev.com/vendor/select2/select2/src/js/jquery.shim.js

/* 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 _$;
});