cms/app-client/vendor/shims/chroma.js
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:33:07 +0100
changeset 433 65e357e5eecb
parent 393 5ef3bfef0bff
permissions -rw-r--r--
correct document permalinks in notice and share buttons

(function() {
  function vendorModule() {
    'use strict';

    return { 'default': self['chroma'] };
  }

  define('chroma', [], vendorModule);
})();