We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b36c50 commit 5ef074cCopy full SHA for 5ef074c
ja/jQuery/README.md
@@ -48,3 +48,5 @@ calculator.fn = calculator.prototype;
48
49
[import, calculator-example.js](../../src/jQuery/calculator-example.js)
50
51
+実装をみてもらうと分かりますが、JavaScriptの`prototype`の仕組みをそのまま利用しています。
52
+そのため、特別な実装は必要なく「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張して下さい」というルールがあるだけとも言えます。
0 commit comments