cms/app-client/vendor/shims/ammaps.js
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 19:30:17 +0200
changeset 149 3ace15523e6b
parent 123 4c97e9da1416
permissions -rw-r--r--
ember css in pods still does not work for us (funnel error in emble cli)

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

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

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