cms/app-client/vendor/shims/popcorn.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 20:10:45 +0530
changeset 361 90cb51111854
parent 261 02e2396bcbbc
permissions -rw-r--r--
Merge

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

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

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