cms/app-client/vendor/shims/popcorn.js
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 261 02e2396bcbbc
permissions -rw-r--r--
add events, comment, etc to transcripts

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

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

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