mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Fixed inconsistency and typo in docs
This commit is contained in:
@@ -1573,8 +1573,8 @@ var book = Library.get(110);
|
||||
<p id="Collection-getByCid">
|
||||
<b class="header">getByCid</b><code>collection.getByCid(cid)</code>
|
||||
<br />
|
||||
Get a model from a collection, specified by
|
||||
<a href="#Model-cid"><b>cid</b></a> or <b>model</b>.
|
||||
Get a model from a collection, specified by a
|
||||
<a href="#Model-cid"><b>cid</b></a> or a <b>model</b>.
|
||||
</p>
|
||||
|
||||
<p id="Collection-at">
|
||||
@@ -2702,7 +2702,7 @@ var model = localBackbone.Model.extend(...);
|
||||
components such as in-line code comments and approvals for pull requests.
|
||||
Mustache templates provide server and client-side rendering, while a custom
|
||||
<a href="https://developers.google.com/closure/library/">Google Closure</a>
|
||||
inspired life-cycle for widgets allows Bitbucketto decorate existing DOM
|
||||
inspired life-cycle for widgets allows Bitbucket to decorate existing DOM
|
||||
trees and insert new ones.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user