将jquery转换为sea.js文件的方法

162 阅读1分钟
if ( typeof define === "function" ){
    define(function(){return jQuery});
}