cms/app-client/vendor/shims/urijs.js
author ymh <ymh.work@gmail.com>
Wed, 13 Sep 2017 22:19:48 +0200
changeset 544 ad58d7627f70
parent 394 48458e099b05
permissions -rw-r--r--
use same http client in ImportCocoonRDF and define version 0.22

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

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

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