From 068d070bfba0b6037390ab27f850666ab0b736a7 Mon Sep 17 00:00:00 2001 From: yamap55 Date: Tue, 7 Jun 2016 12:31:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=82=B5=E3=83=B3?= =?UTF-8?q?=E3=83=97=E3=83=AB=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ja/jQuery/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ja/jQuery/README.md b/ja/jQuery/README.md index f82763c..fe859d4 100644 --- a/ja/jQuery/README.md +++ b/ja/jQuery/README.md @@ -82,8 +82,8 @@ calculator.fn = calculator.prototype; また、モジュールで依存関係を示していますがやっていることはjQueryと同じで、[calculator.js](#calculator.js)を読み込んでから[calculator-plugin.js](#calculator-plugin.js)を読み込んでいるだけですね。 ```html - - + + ``` これを使うと`calculator#add`といったメソッドが利用できるようになるので、以下のように書くことが出来ます。