Author: marvintriebel
Date: Fri May  2 16:00:18 2014
New Revision: 9382

URL: http://svn.gna.org/viewcvs/service-tech?rev=9382&view=rev
Log:
typo fix

Modified:
    trunk/_meta/live2/frontend/fancy/js/fileExplorer.js

Modified: trunk/_meta/live2/frontend/fancy/js/fileExplorer.js
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/_meta/live2/frontend/fancy/js/fileExplorer.js?rev=9382&r1=9381&r2=9382&view=diff
==============================================================================
--- trunk/_meta/live2/frontend/fancy/js/fileExplorer.js (original)
+++ trunk/_meta/live2/frontend/fancy/js/fileExplorer.js Fri May  2 16:00:18 2014
@@ -87,7 +87,7 @@
         // iterate through array
         var ftFiles = filetree.files;
         var ftFiles_length = ftFiles.length;
-        for(var j = 0; i < ftFiles_length; ++i) {
+        for(var j = 0; j < ftFiles_length; ++j) {
             // convert to html li
             var ftLi = filetreeAsLi(ftFiles[j], filterRe, callback);
             if(ftLi) {


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to