[Pkg-javascript-commits] [backbone] 16/28: copyedits: typos and word choice
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.3
in repository backbone.
commit c7e195b4e57bd5dba638e386ca3f500944c7b3c6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Jul 29 10:52:45 2011 -0400
copyedits: typos and word choice
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index bc09bce..27f507a 100644
--- a/index.html
+++ b/index.html
@@ -2450,7 +2450,7 @@ var model = localBackbone.Model.extend(...);
models (<tt>model.view</tt> and <tt>view.model</tt>). Others prefer to have intermediate
"controller" objects that orchestrate the creation and organization of
views into a hierarchy. Others still prefer the evented approach, and always
- fire events instead of calling methods directly. All of these style work well.
+ fire events instead of calling methods directly. All of these styles work well.
</p>
<p>
@@ -2472,7 +2472,7 @@ var model = localBackbone.Model.extend(...);
<p>
<b>Feel free to define your own events.</b> <a href="#Events">Backbone.Events</a>
is designed so that you can mix it in to any JavaScript object or prototype.
- Since you can use any string as an event, it's often very useful to bind
+ Since you can use any string as an event, it's often handy to bind
and trigger your own custom events: <tt>model.bind("selected:true")</tt> or
<tt>model.bind("editing")</tt>
</p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list