diff -r 64caee7ce38d -r 02e2396bcbbc cms/app-client/vendor/shims/popcorn.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/vendor/shims/popcorn.js Sat Aug 06 21:29:33 2016 +0700 @@ -0,0 +1,9 @@ +(function() { + function vendorModule() { + 'use strict'; + + return { 'default': self['Popcorn'] }; + } + + define('popcorn', [], vendorModule); +})();