隨手筆記
隨手寫下個人筆記
2012年10月18日 星期四
JSLint error: “Move the invocation into the parens that contain the function”
現在大家很流行將 function 包裝成匿名 function,一方面可以避免太多全域變數,另外一方面可以封裝 function 以避免 function 被後來的 JavaScript 蓋台。底下是常用的匿名 function 建構方式:
var myObj = (function () { // 做你想做的事 })();
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)