エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント3件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
JavaScript Style Guide - GitHub
This document describes the JavaScript style for the Scriptish Firefox extension. This guide was ... This document describes the JavaScript style for the Scriptish Firefox extension. This guide was forked from the Greasemonkey's JavaScript Style Guide. Whitespace Indent blocks with 2 spaces. No tabs. Thus, blocks should be indented as: if (dlmgrWindow) { // focus on window dlmgrWindow.focus(); } else { // open window dlmgr.open(window, null); } Lines should be no longer than 80 characters. When b
2011/05/27 リンク