Dilip Ramji
Results
1
comments of
Dilip Ramji
Actually, the fix doesn't work for me. I had to fix it to compile as follows: regX = new RegExp("^" + senchaDir.replace(/\//g, '\')); // extra '/' added before 'g' However...