server/bo_client/vendor/shims/urijs.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

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

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

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