cms/app-client/vendor/shims/ammaps.js
author ymh <ymh.work@gmail.com>
Mon, 20 Feb 2017 11:43:46 +0100
changeset 518 4864076bf0e3
parent 123 4c97e9da1416
permissions -rw-r--r--
Correct error cases after code reorganization
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
123
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
(function() {
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  function vendorModule() {
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    'use strict';
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    return { 'default': self['AmCharts'] };
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  }
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  define('ammaps', [], vendorModule);
4c97e9da1416 Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
})();