cms/app-client/vendor/shims/interval-tree.js
author ymh <ymh.work@gmail.com>
Sat, 03 Dec 2016 00:09:28 +0100
changeset 461 9b7a6c099870
parent 455 a8bed1c7df8e
permissions -rw-r--r--
add morphenes to transcripts

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

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

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