mobilemode.api.menu_wev8.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 define("mApi/menu", ["mUtil"], function(mUtil) { return { footerMenu: function(menu_datas, callback){ require(["footermenu"], function(footermenu){ footermenu.show(menu_datas, callback); }); } }; });