server/bo_client/vendor/shims/urijs.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 00:22:31 +0100
changeset 454 710a2ae08a74
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
rework transcript component to correct various bugs

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

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

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