Skip to content

Commit d6dc4cd

Browse files
committed
chore(jQuery): 文章の整理
1 parent d77364b commit d6dc4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ja/jQuery/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ calculator.fn = calculator.prototype;
9898
ここではjQueryプラグインの仕組みや実装について学びました。
9999

100100
- jQueryプラグインは `jQuery.fn` を拡張する
101-
- `jQuery.fn = jQuery.prototype` である
101+
- `jQuery.fn``jQuery.prototype` と同じである
102102
- jQueryプラグインとは`jQuery.prototype`を拡張したものといえる
103103
- 柔軟であるが、プラグインが行うことを制御することが難しい
104104

0 commit comments

Comments
 (0)