cms/app-client/vendor/shims/ammaps.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sat, 15 Oct 2016 16:15:07 +0530
changeset 336 f076ddd29e13
parent 123 4c97e9da1416
permissions -rw-r--r--
Playlist scroll to show playing track in view always

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

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

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