[Pkg-javascript-commits] [backbone] 05/281: Fixed misspelled word in comments for _ensureElement.
    Jonas Smedegaard 
    js at moszumanska.debian.org
       
    Sat May  3 17:01:50 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit 49645de27c8ef9732a42da245d6b1418589b2780
Author: TrisMcC <tristan at aquaagua.net>
Date:   Thu Aug 18 14:21:52 2011 -0300
    Fixed misspelled word in comments for _ensureElement.
---
 backbone.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backbone.js b/backbone.js
index b2e4932..3f3671b 100644
--- a/backbone.js
+++ b/backbone.js
@@ -984,7 +984,7 @@
     // Ensure that the View has a DOM element to render into.
     // If `this.el` is a string, pass it through `$()`, take the first
     // matching element, and re-assign it to `el`. Otherwise, create
-    // an element from the `id`, `className` and `tagName` proeprties.
+    // an element from the `id`, `className` and `tagName` properties.
     _ensureElement : function() {
       if (!this.el) {
         var attrs = this.attributes || {};
-- 
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