define("/Assets/enp/v2/js/ebg-module/ebg-module-news.js", function (require, factory) { // var winw = $(window).width(); // $(window).on("resize",function(){ // var curwinw = $(window).width(); // if(curwinw != winw) { // init(); // winw = curwinw; // } // }) // function init(){ // var H = 0; // $('.ebg-module-news .con .list1').each(function(){ // var curH = $(this).height(); // if(curH > H ){ // H = curH; // } // }); // $('.ebg-module-news .con .list').height(H); // } // init(); });