You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by sg...@apache.org on 2008/06/12 18:50:36 UTC

svn commit: r667157 - /incubator/shindig/trunk/javascript/container/gadgets.js

Author: sgala
Date: Thu Jun 12 09:50:35 2008
New Revision: 667157

URL: http://svn.apache.org/viewvc?rev=667157&view=rev
Log:
Typo once -> one

Modified:
    incubator/shindig/trunk/javascript/container/gadgets.js

Modified: incubator/shindig/trunk/javascript/container/gadgets.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/gadgets.js?rev=667157&r1=667156&r2=667157&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/gadgets.js (original)
+++ incubator/shindig/trunk/javascript/container/gadgets.js Thu Jun 12 09:50:35 2008
@@ -56,7 +56,7 @@
   var pending = functions.length;
   var results = [];
   for (var i = 0; i < functions.length; i++) {
-    // we need a wrapper here because i changes and we need once index
+    // we need a wrapper here because i changes and we need one index
     // variable per closure
     var wrapper = function(index) {
       functions[index].call(opt_this, function(result) {