cms/app-client/vendor/shims/socialsharekit.js
author ymh <ymh.work@gmail.com>
Wed, 01 Feb 2017 17:54:44 +0100
changeset 492 acecbffac2c4
parent 415 0046797e0411
permissions -rw-r--r--
on notice display add external link to subject, locations, and languages, correct #0025938
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
415
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
(function() {
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  function vendorModule() {
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    'use strict';
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    return { 'default': self['SocialShareKit'] };
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  }
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  define('socialsharekit', [], vendorModule);
0046797e0411 add share buttons
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
})();