]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify js docs individual or compiled section
authorMark Otto <markdotto@gmail.com>
Tue, 16 Oct 2012 17:37:36 +0000 (12:37 -0500)
committerMark Otto <markdotto@gmail.com>
Tue, 16 Oct 2012 17:37:36 +0000 (12:37 -0500)
docs/javascript.html
docs/templates/pages/javascript.mustache

index c7e41b7d3a89b434a5a832b43c471ced4fe2f8e2..9c6a8f850d9aff783ca2dca54521591f03e25e2f 100644 (file)
           </div>
 
           <h3>Individual or compiled</h3>
-          <p>If you have downloaded the latest version of Bootstrap, both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all of the plugins listed on this page.</p>
+          <p>Plugins can be included individually (though some have required dependencies), or all at once. Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p>
 
           <h3>Data attributes</h3>
           <p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p>
index 6c49d9bc48c9b18738300f1a64358b4f26f64870..34bf0fab79ee656ddbda6f2f664e4902fa0735fb 100644 (file)
@@ -41,7 +41,7 @@
           </div>
 
           <h3>{{_i}}Individual or compiled{{/i}}</h3>
-          <p>{{_i}}If you have downloaded the latest version of Bootstrap, both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all of the plugins listed on this page.{{/i}}</p>
+          <p>{{_i}}Plugins can be included individually (though some have required dependencies), or all at once. Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.{{/i}}</p>
 
           <h3>{{_i}}Data attributes{{/i}}</h3>
           <p>{{_i}}You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.{{/i}}</p>