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

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

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

  define('interval-tree', [], vendorModule);
})();