cms/app-client/vendor/shims/popcorn.js
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 19:46:57 +0200
changeset 348 a5e8d037304b
parent 261 02e2396bcbbc
permissions -rw-r--r--
Solve language display problem in result playlist. problem was in the mirage serializer definition

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

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

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