cms/app-client/vendor/shims/ammaps.js
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 123 4c97e9da1416
permissions -rw-r--r--
implement first version of sparql client interface

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

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

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