[Pkg-javascript-commits] [backbone] 73/173: updates wording to "space-separated" to be consistent

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:44:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 954ee22b987ac4555f6ccbb707b43e5e6f790b8f
Author: Preston Parry <ClimbsBytes at gmail.com>
Date:   Fri Dec 11 16:15:26 2015 -0800

    updates wording to "space-separated" to be consistent
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backbone.js b/backbone.js
index 1909c46..0ef7e06 100644
--- a/backbone.js
+++ b/backbone.js
@@ -146,7 +146,7 @@
         events = eventsApi(iteratee, events, names[i], name[names[i]], opts);
       }
     } else if (name && eventSplitter.test(name)) {
-      // Handle space separated event names by delegating them individually.
+      // Handle space-separated event names by delegating them individually.
       for (names = name.split(eventSplitter); i < names.length; i++) {
         events = iteratee(events, names[i], callback, opts);
       }

-- 
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