sharethis-8.x-2.0-beta5/js/sharethis.js
js/sharethis.js
/**
* @file
* This file contains most of the code for the configuration page.
*/
(function ($, drupalSettings) {
'use strict';
Drupal.behaviors.shareThis = {
attach: function (context) {
if (typeof stLight !== 'undefined') {
stLight.options(drupalSettings.sharethis);
}
stButtons.locateElements();
}
};
})(jQuery, drupalSettings);
