cms/app-client/vendor/shims/chroma.js
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:25:35 +0100
changeset 425 f99435a7006e
parent 393 5ef3bfef0bff
permissions -rw-r--r--
correct type in dateminmax controller

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

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

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