Skip to content

Commit

Permalink
Merge pull request fuel#643 from morita21/patch-4
Browse files Browse the repository at this point in the history
「注意」の条件がわかりにくかったので修正
  • Loading branch information
NEKOGET committed Apr 1, 2015
2 parents e32ea03 + a16141f commit 74eefc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions classes/asset/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ <h3 id="usage">使用方法</h3>
<p>
アセットは 2 通りの方法で使用できます。Asset クラスの静的な使用と、
Asset::forge() or Asset::instance() が返す asset オブジェクトです。このセクションでは、静的な使用を紹介します。
<a href="config.html">configuration</a> で指定した設定を使用したデフォルトインスタンスで必ず動作します
静的な使用は、 <a href="config.html">configuration</a> で指定した設定を使用したデフォルトインスタンスなら、必ず動作します
</p>

<p class="note">
<strong>注意:</strong> css, js, img メソッドは、グループに追加する時には現在のインスタンスを返します
これは呼び出し時に、引数にグループを指定、<em>auto_render</em><em>false</em>
グループを指定しない(または <em>null</em> ) のいずれかの場合に起こります
<strong>注意:</strong> css, js, img メソッドは、グループに追加する場合には現在のインスタンスを返します
この挙動になるのは、引数にグループを指定して呼び出した場合、または、<em>auto_render</em><em>false</em>
引数にグループを指定しないで(または <em>null</em> を指定して)呼び出した場合です
</p>

<p>
asset オブジェクトの使用、Asset::instance() および Asset::forge() は <a href="advanced.html">advanced</a> セクションで解説します。
asset オブジェクトの使い方や、Asset::instance() Asset::forge() は <a href="advanced.html">advanced</a> セクションで解説します。
</p>

<article>
Expand Down

0 comments on commit 74eefc5

Please sign in to comment.