cms/app-client/vendor/shims/chroma.js
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2016 21:58:02 +0100
changeset 477 ce52f0fca330
parent 393 5ef3bfef0bff
permissions -rw-r--r--
add volume control to the player

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

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

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