cms/app-client/vendor/shims/popcorn.js
author ymh <ymh.work@gmail.com>
Fri, 07 Oct 2016 02:07:34 +0200
changeset 324 92fc9d077f95
parent 261 02e2396bcbbc
permissions -rw-r--r--
add pagination info for document list, move it to meta sub object

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

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

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