server/bo_client/vendor/shims/urijs.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Notice display logic and design

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

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

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