cms/app-client/vendor/shims/popcorn.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:40:26 +0530
changeset 350 c3a6266ebe0a
parent 261 02e2396bcbbc
permissions -rw-r--r--
Fix loading width height issues

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

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

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